mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
GNU Patch: Fix typo.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19432
This commit is contained in:
parent
7c8062b8a2
commit
c161cd1773
@ -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/patch/patch-2.6.1-2-g2c4e3ec.tar.gz";
|
||||
url = "ftp://alpha.gnu.org/gnu/patch/patch-2.6.1-2-g2c4e3ec.tar.gz";
|
||||
sha256 = "1rspyzrik5cnav3m2fxr8146bsq4mc0yw4x0r8nkl2x7i052yr2c";
|
||||
} else fetchurl {
|
||||
url = "mirror://gnu/patch/${name}.tar.gz";
|
||||
|
Loading…
Reference in New Issue
Block a user