mirror of
https://github.com/NixOS/nix.git
synced 2025-11-14 22:42:41 +01:00
nix: build with libsodium on macOS
This commit is contained in:
parent
661daed683
commit
0c13077d83
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ let
|
|||
buildInputs =
|
||||
[ curl perl bzip2 xz openssl pkgconfig sqlite boehmgc ]
|
||||
++ lib.optional stdenv.isLinux libseccomp
|
||||
++ lib.optional stdenv.isLinux libsodium;
|
||||
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium;
|
||||
|
||||
configureFlags = ''
|
||||
--disable-init-state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue