Put patches in svn please.
svn path=/nixpkgs/trunk/; revision=12317
This commit is contained in:
parent
b01f89ad38
commit
e9df8084c2
|
@ -1,8 +1,5 @@
|
||||||
args : with args; let
|
args : with args; let
|
||||||
patch = fetchurl {
|
patch = ./ltrace_0.5-3.diff.gz;
|
||||||
url = ftp://ftp.debian.org/debian/pool/main/l/ltrace/ltrace_0.5-3.diff.gz;
|
|
||||||
sha256 = "0rin25si7117wld5bc7vf3d73c5k9ph3zach7cbg9h9vvz376c26";
|
|
||||||
};
|
|
||||||
localDefs = with (builderDefs {src="";} null);
|
localDefs = with (builderDefs {src="";} null);
|
||||||
builderDefs {
|
builderDefs {
|
||||||
src = /* put a fetchurl here */
|
src = /* put a fetchurl here */
|
||||||
|
|
Loading…
Reference in New Issue