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

@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "libcm-0.1.1";
src = fetchurl {
url = http://ftp.gnome.org/pub/GNOME/sources/libcm/0.1/libcm-0.1.1.tar.bz2;
url = mirror://gnome/sources/libcm/0.1/libcm-0.1.1.tar.bz2;
sha256 = "11i5z8l5v5ffihif35k5j8igj0rahsk4jdmsj24xhdw2s0zx53kn";
};
buildInputs = [