e2fsprogs: drop the gettext dependency.

svn path=/nixpkgs/trunk/; revision=10992
This commit is contained in:
Eelco Dolstra
2008-03-06 16:10:01 +00:00
parent f0d8899756
commit f41df276c6
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{stdenv, fetchurl, gettext}:
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "e2fsprogs-1.40.7";
@@ -10,7 +10,6 @@ stdenv.mkDerivation {
if stdenv ? isDietLibC
then ""
else "--enable-elf-shlibs";
#buildInputs = [gettext];
preInstall = "installFlagsArray=('LN=ln -s')";
#postInstall = "make install-libs";
NIX_CFLAGS_COMPILE =