* Remove patch arguments.

svn path=/nixpkgs/trunk/; revision=1462
This commit is contained in:
Eelco Dolstra
2004-09-19 10:34:01 +00:00
parent 4e98bfc5a7
commit dde13d1ada
5 changed files with 9 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
{stdenv, fetchurl, patch}:
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "util-linux-2.12";
@@ -8,5 +8,4 @@ stdenv.mkDerivation {
md5 = "997adf78b98d9d1c5db4f37ea982acff";
};
mconfigPatch = ./MCONFIG.patch;
inherit patch;
}