no longer pass readline to parted

svn path=/nixpkgs/trunk/; revision=8673
This commit is contained in:
Armijn Hemel 2007-05-13 22:44:31 +00:00
parent aee37f4c04
commit 8989291a2a

View File

@ -467,7 +467,7 @@ rec {
}; };
parted = import ../tools/misc/parted { parted = import ../tools/misc/parted {
inherit fetchurl stdenv e2fsprogs ncurses readline; inherit fetchurl stdenv e2fsprogs readline;
}; };
patch = gnupatch; patch = gnupatch;