build libraries too (needed for tools like parted)
svn path=/nixpkgs/trunk/; revision=3486
This commit is contained in:
parent
2aeb12f0b4
commit
e60679df47
@ -6,6 +6,6 @@ stdenv.mkDerivation {
|
|||||||
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/e2fsprogs-1.36.tar.gz;
|
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/e2fsprogs-1.36.tar.gz;
|
||||||
md5 = "1804ee96b76e5e7113fe3cecd6fe582b";
|
md5 = "1804ee96b76e5e7113fe3cecd6fe582b";
|
||||||
};
|
};
|
||||||
configureFlags = "--enable-dynamic-e2fsck";
|
configureFlags = "--enable-dynamic-e2fsck --enable-elf-shlibs";
|
||||||
buildInputs = [gettext];
|
buildInputs = [gettext];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user