Skip to content
Snippets Groups Projects
Unverified Commit 4b23bf79 authored by Domen Kožar's avatar Domen Kožar Committed by GitHub
Browse files

Merge pull request #4930 from domenkozar/perl-binding-aarch64-darwin

perlBindings: fix build on aarch64-darwin
parents 610baf35 9676c9f6
No related branches found
No related tags found
No related merge requests found
...@@ -256,7 +256,8 @@ ...@@ -256,7 +256,8 @@
boost boost
nlohmann_json 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 = '' 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