1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

editline: wip

This commit is contained in:
Will Dietz 2018-10-29 08:44:58 -05:00
parent f90a67e24d
commit 3d974d31fa
13 changed files with 89 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