Author: raskin
Date: Mon Aug 29 13:17:44 2011
New Revision: 28875
URL: https://svn.nixos.org/websvn/nix/?rev=28875&sc=1
Log:
Moving debian patch to fetchurl
Deleted:
nixpkgs/trunk/pkgs/tools/networking/atftp/debian.patch
Modified:
nixpkgs/trunk/pkgs/tools/networking/atftp/default.nix
Modified: nixpkgs/trunk/pkgs/tools/networking/atftp/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/networking/atftp/default.nix Mon Aug 29
12:47:39 2011 (r28874)
+++ nixpkgs/trunk/pkgs/tools/networking/atftp/default.nix Mon Aug 29
13:17:44 2011 (r28875)
@@ -29,7 +29,12 @@
/* 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";
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits