mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
editline: wip
This commit is contained in:
parent
f90a67e24d
commit
3d974d31fa
13 changed files with 89 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