Moving debian patch to fetchurl
svn path=/nixpkgs/trunk/; revision=28875
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -29,7 +29,12 @@ rec {
|
|||||||
/* doConfigure should be removed if not needed */
|
/* doConfigure should be removed if not needed */
|
||||||
phaseNames = ["doPatch" "doConfigure" "doMakeInstall"];
|
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 = {
|
meta = {
|
||||||
description = "Advanced tftp tools";
|
description = "Advanced tftp tools";
|
||||||
|
|||||||
Reference in New Issue
Block a user