no longer pass readline to parted
svn path=/nixpkgs/trunk/; revision=8673
This commit is contained in:
@@ -467,7 +467,7 @@ rec {
|
||||
};
|
||||
|
||||
parted = import ../tools/misc/parted {
|
||||
inherit fetchurl stdenv e2fsprogs ncurses readline;
|
||||
inherit fetchurl stdenv e2fsprogs readline;
|
||||
};
|
||||
|
||||
patch = gnupatch;
|
||||
|
||||
Reference in New Issue
Block a user