mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Replace readline by linenoise
Using linenoise avoids a license compatibility issue (#1356), is a lot smaller and doesn't pull in ncurses.
This commit is contained in:
parent
82a9c93c7f
commit
c5f23f10a8
10 changed files with 1379 additions and 134 deletions
|
@ -20,11 +20,9 @@ Requires: curl
|
|||
Requires: bzip2
|
||||
Requires: gzip
|
||||
Requires: xz
|
||||
Requires: readline
|
||||
BuildRequires: bzip2-devel
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: readline-devel
|
||||
|
||||
# Hack to make that shitty RPM scanning hack shut up.
|
||||
Provides: perl(Nix::SSH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue