Merge pull request #234115 from reckenrode/openldap-darwin-sandbox

openldap: fix build on Darwin with sandbox enabled
This commit is contained in:
Martin Weinelt 2023-05-26 10:44:11 +02:00 committed by GitHub
commit f48f2c81b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
"devdoc"
];
__darwinAllowLocalNetworking = true;
enableParallelBuilding = true;
nativeBuildInputs = [