aboutsummaryrefslogtreecommitdiff
path: root/release.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-04-25 18:48:40 +0200
committerEelco Dolstra <edolstra@gmail.com>2017-04-25 18:48:40 +0200
commit921a2aeb0537f34bc2b41e98e67a1c829321ee81 (patch)
tree9fb8bdd89cf0bfa221f8f683c100fb4c6cf3e028 /release.nix
parentc31000bc935d3d51665fb2a7d7c2fa88e6f12acf (diff)
Make "nix repl" build
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index 294af54cd..534c218c1 100644
--- a/release.nix
+++ b/release.nix
@@ -73,7 +73,8 @@ let
buildInputs =
[ curl
bzip2 xz brotli
- openssl pkgconfig sqlite boehmgc
+ openssl pkgconfig sqlite boehmgc readline
+
]
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium
++ lib.optional (stdenv.isLinux || stdenv.isDarwin)