From 0c13077d831766430f14767df036ee6e5dc4ff69 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 10 Jul 2017 19:37:47 -0400 Subject: [PATCH] nix: build with libsodium on macOS --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.nix b/release.nix index 6e4660e5..96443760 100644 --- a/release.nix +++ b/release.nix @@ -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