From b4e7eec16a77fa51ae38472d5f518528b18fcc9b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 10 Feb 2015 14:15:42 +0100 Subject: Don't depend on libsodium on Darwin It doesn't build at the moment. http://hydra.nixos.org/build/19557641 --- release.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'release.nix') diff --git a/release.nix b/release.nix index 3eff28b00d30..ff164ce57208 100644 --- a/release.nix +++ b/release.nix @@ -80,7 +80,9 @@ let name = "nix"; src = tarball; - buildInputs = [ curl perl bzip2 openssl pkgconfig sqlite boehmgc libsodium ]; + buildInputs = + [ curl perl bzip2 openssl pkgconfig sqlite boehmgc ] + ++ lib.optional stdenv.isLinux libsodium; configureFlags = '' --disable-init-state -- cgit 1.4.1