mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
Fix perlBindings.aarch64-darwin build
This commit is contained in:
parent
042718a293
commit
78e7d7cfab
1 changed files with 2 additions and 1 deletions
|
@ -108,7 +108,8 @@ let
|
|||
|
||||
buildInputs =
|
||||
[ jobs.build.${system} curl bzip2 xz pkgconfig pkgs.perl boost ]
|
||||
++ 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…
Add table
Add a link
Reference in a new issue