* GNU parted: e2fsprogs -> libuuid.

svn path=/nixpkgs/trunk/; revision=16694
This commit is contained in:
Eelco Dolstra
2009-08-11 22:23:30 +00:00
parent a63c9c8e71
commit 130b060d90
2 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, devicemapper, e2fsprogs, gettext, readline }:
{ stdenv, fetchurl, devicemapper, libuuid, gettext, readline }:
stdenv.mkDerivation rec {
name = "parted-1.9.0";
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "02amqpzl8lgk247cjsbaz1nsiz9i1pbj0adx0z109h94p90i48sk";
};
buildInputs = [ devicemapper e2fsprogs gettext readline ];
buildInputs = [ devicemapper libuuid gettext readline ];
# XXX: For some reason our libreadline.so doesn't have libncurses as
# NEEDED and `configure' links with `-Wl,--as-needed' so when