mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 08:12:29 +00:00
perlBindings: fix build on aarch64-darwin
This commit is contained in:
parent
7c3cb8506f
commit
9676c9f6a3
@ -256,7 +256,8 @@
|
||||
boost
|
||||
nlohmann_json
|
||||
]
|
||||
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium;
|
||||
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium
|
||||
++ lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security;
|
||||
|
||||
configureFlags = ''
|
||||
--with-dbi=${perlPackages.DBI}/${pkgs.perl.libPrefix}
|
||||
|
Loading…
Reference in New Issue
Block a user