Skip to content
Snippets Groups Projects
Unverified Commit d3dcdfa0 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Fix perlBindings.x86_64-darwin

parent d3449b28
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ let ...@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment