about summary refs log tree commit diff
path: root/shell.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2017-05-10T16·34+0200
committerEelco Dolstra <edolstra@gmail.com>2017-05-10T16·37+0200
commitc5f23f10a84f568874321c04984b1a14d2dce978 (patch)
treefa672fb6cf9c64015d57438366492bb2eaa9c99c /shell.nix
parent82a9c93c7f090d5a4eebe84894669aa13d31ed61 (diff)
Replace readline by linenoise
Using linenoise avoids a license compatibility issue (#1356), is a lot
smaller and doesn't pull in ncurses.
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index bbce68564b95..8645d36020e3 100644
--- a/shell.nix
+++ b/shell.nix
@@ -16,7 +16,6 @@ with import <nixpkgs> {};
         customMemoryManagement = false;
       })
       autoreconfHook
-      readline
 
       # For nix-perl
       perl