rewrite old builder to new style builder (long overdue!)
svn path=/nixpkgs/trunk/; revision=4103
This commit is contained in:
@@ -7,5 +7,6 @@ stdenv.mkDerivation {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/sysvinit-2.85.tar.gz;
|
||||
md5 = "8a2d8f1ed5a2909da04132fefa44905e";
|
||||
};
|
||||
srcPatch = ./patch;
|
||||
#srcPatch = ./patch;
|
||||
patches = [./patch];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user