mirror of
https://github.com/NixOS/nix.git
synced 2024-11-23 07:12:27 +00:00
parent
d3449b286b
commit
d3dcdfa006
@ -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…
Reference in New Issue
Block a user