* Remove patch arguments.
svn path=/nixpkgs/trunk/; revision=1462
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, patch}:
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "sysvinit-2.85";
|
||||
@@ -8,5 +8,4 @@ stdenv.mkDerivation {
|
||||
md5 = "8a2d8f1ed5a2909da04132fefa44905e";
|
||||
};
|
||||
srcPatch = ./patch;
|
||||
inherit patch;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user