diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-04-25T16·48+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-04-25T16·48+0200 |
commit | 921a2aeb0537f34bc2b41e98e67a1c829321ee81 (patch) | |
tree | 9fb8bdd89cf0bfa221f8f683c100fb4c6cf3e028 /release.nix | |
parent | c31000bc935d3d51665fb2a7d7c2fa88e6f12acf (diff) |
Make "nix repl" build
Diffstat (limited to 'release.nix')
-rw-r--r-- | release.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release.nix b/release.nix index 294af54cd61b..534c218c1123 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) |