* Fix the URL.

svn path=/nixpkgs/trunk/; revision=22380
This commit is contained in:
Eelco Dolstra 2010-06-22 15:23:39 +00:00
parent 7c979671b8
commit 7fb06b3986

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
then fetchurl {
# Temporary fix for
# http://lists.gnu.org/archive/html/bug-patch/2010-01/msg00004.html .
url = "ftp://alpha.gnu.org/gnu/patch/patch-2.6.1-2-g2c4e3ec.tar.gz";
url = "http://nixos.org/tarballs/patch-2.6.1-2-g2c4e3ec.tar.gz";
sha256 = "1rspyzrik5cnav3m2fxr8146bsq4mc0yw4x0r8nkl2x7i052yr2c";
} else fetchurl {
url = "mirror://gnu/patch/${name}.tar.gz";