mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
parent
d3449b286b
commit
d3dcdfa006
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ let
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ (builtins.getAttr system jobs.build) curl bzip2 xz pkgconfig pkgs.perl ]
|
[ (builtins.getAttr system jobs.build) curl bzip2 xz pkgconfig pkgs.perl ]
|
||||||
++ lib.optional stdenv.isLinux libsodium;
|
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium;
|
||||||
|
|
||||||
configureFlags = ''
|
configureFlags = ''
|
||||||
--with-dbi=${perlPackages.DBI}/${pkgs.perl.libPrefix}
|
--with-dbi=${perlPackages.DBI}/${pkgs.perl.libPrefix}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue