mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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
|
||||
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user