1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

Merge branch 'feature/editline-pr' of https://github.com/dtzWill/nix

This commit is contained in:
Eelco Dolstra 2018-11-13 20:42:13 +01:00
commit 6c6bbeb439
13 changed files with 107 additions and 4648 deletions

View file

@ -29,6 +29,8 @@ rec {
'';
});
editline = pkgs.editline or (pkgs.callPackage ./editline.nix {});
configureFlags =
[
"--enable-gc"
@ -49,7 +51,7 @@ rec {
buildDeps =
[ curl
bzip2 xz brotli
bzip2 xz brotli editline
openssl pkgconfig sqlite boehmgc
boost