3
0
Fork 0
forked from mirrors/nixpkgs

Put patches in svn please.

svn path=/nixpkgs/trunk/; revision=12317
This commit is contained in:
Wouter den Breejen 2008-07-08 05:51:59 +00:00
parent b01f89ad38
commit e9df8084c2

View file

@ -1,8 +1,5 @@
args : with args; let
patch = fetchurl {
url = ftp://ftp.debian.org/debian/pool/main/l/ltrace/ltrace_0.5-3.diff.gz;
sha256 = "0rin25si7117wld5bc7vf3d73c5k9ph3zach7cbg9h9vvz376c26";
};
patch = ./ltrace_0.5-3.diff.gz;
localDefs = with (builderDefs {src="";} null);
builderDefs {
src = /* put a fetchurl here */