iwd: use default readline for simplicity.
Maybe we'll update it one day :).
This commit is contained in:
parent
20ba9c03ed
commit
3412b701e5
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchgit, autoreconfHook, pkgconfig, ell, coreutils, readline80, python3Packages }:
|
||||
{ stdenv, fetchgit, autoreconfHook, pkgconfig, ell, coreutils, readline, python3Packages }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "iwd";
|
||||
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [
|
||||
ell
|
||||
readline80
|
||||
readline
|
||||
python3Packages.python
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue