iputils: builder rewritten, open-max.patch added

svn path=/nixpkgs/branches/stdenv-updates/; revision=9818
This commit is contained in:
Yury G. Kudryashov
2007-12-01 20:04:38 +00:00
parent a1f7a312c0
commit 6e7217a2da
3 changed files with 38 additions and 14 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ stdenv.mkDerivation {
};
inherit kernelHeaders glibc;
#buildInputs = [bison flex openssl];
patches = [ ./open-max.patch ];
}