mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Make "nix repl" build
This commit is contained in:
parent
c31000bc93
commit
921a2aeb05
4 changed files with 36 additions and 30 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue