diff options
author | Will Dietz <w@wdtz.org> | 2018-10-29T13·44-0500 |
---|---|---|
committer | Will Dietz <w@wdtz.org> | 2018-10-29T13·44-0500 |
commit | 3d974d31facefe8eaf59af56b0187e6a63fdd0cc (patch) | |
tree | d9eac6b0618b52116ec820b600e34640e03ed3cf /release-common.nix | |
parent | f90a67e24d906bdb86c86b9d1c7e6307aeb6ff7c (diff) |
editline: wip
Diffstat (limited to 'release-common.nix')
-rw-r--r-- | release-common.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release-common.nix b/release-common.nix index ace2a4f9b91f..690860abfdcf 100644 --- a/release-common.nix +++ b/release-common.nix @@ -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 |