3
0
Fork 0
forked from mirrors/nixpkgs

Moving debian patch to fetchurl

svn path=/nixpkgs/trunk/; revision=28875
This commit is contained in:
Michael Raskin 2011-08-29 13:17:44 +00:00
parent b612e07c0b
commit 6759fab01b
2 changed files with 6 additions and 14966 deletions

File diff suppressed because it is too large Load diff

View file

@ -29,7 +29,12 @@ rec {
/* doConfigure should be removed if not needed */
phaseNames = ["doPatch" "doConfigure" "doMakeInstall"];
patches = [./debian.patch];
debianPatch = a.fetchurl {
url = http://patch-tracker.debian.org/patch/nondebian/dl/atftp/0.7.dfsg-10;
sha256 = "0vannjp0wxvk10xxlr3hirgf0g57n9dr4vhmsyfd8x4cwgxwfgsa";
};
patches = [debianPatch];
meta = {
description = "Advanced tftp tools";