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:
commit
6c6bbeb439
13 changed files with 107 additions and 4648 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue