mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Fix perlBindings build on macOS
This commit is contained in:
parent
bddbe3b2e9
commit
0f665ff677
1 changed files with 2 additions and 1 deletions
|
@ -468,7 +468,8 @@
|
|||
boost
|
||||
]
|
||||
++ lib.optional (currentStdenv.isLinux || currentStdenv.isDarwin) libsodium
|
||||
++ lib.optional currentStdenv.isDarwin darwin.apple_sdk.frameworks.Security;
|
||||
++ lib.optional currentStdenv.isDarwin darwin.apple_sdk.frameworks.Security
|
||||
++ lib.optional stdenv.hostPlatform.isDarwin darwin.apple_sdk.libs.sandbox;
|
||||
|
||||
configureFlags = [
|
||||
"--with-dbi=${perlPackages.DBI}/${pkgs.perl.libPrefix}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue