mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Nix darwin use libsodium
This commit is contained in:
parent
9b5242b625
commit
7dbea7aa78
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ let
|
|||
|
||||
nativeBuildInputs = [ perl pkgconfig ];
|
||||
|
||||
buildInputs = [ curl openssl sqlite ] ++ lib.optional stdenv.isLinux libsodium;
|
||||
buildInputs = [ curl openssl sqlite ] ++
|
||||
lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium;
|
||||
|
||||
propagatedBuildInputs = [ boehmgc ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue