make package use mirror:// for gnu, savannah and gnome repositories where possible

This commit is contained in:
Evgeny Egorochkin
2013-07-14 05:23:06 +03:00
parent b084b29d26
commit da4be371e9
48 changed files with 49 additions and 50 deletions

View File

@@ -11,7 +11,7 @@ stdenv.mkDerivation ( rec {
};
src = fetchurl {
url = "http://ftp.gnu.org/pub/gnu/${pname}/${name}.tar.gz";
url = "mirror://gnu/${pname}/${name}.tar.gz";
sha256 = "aebbea00431f8fd1e6be6519d9cc28e974942000737f956027da2c952a6d304e";
};