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

@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "pygobject-3.0.4";
src = fetchurl {
url = "http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.0/${name}.tar.xz";
url = "mirror://gnome/sources/pygobject/3.0/${name}.tar.xz";
sha256 = "f457b1d7f6b8bfa727593c3696d2b405da66b4a8d34cd7d3362ebda1221f0661";
};

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "pygobject-2.28.6";
src = fetchurl {
url = "http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/${name}.tar.xz";
url = "mirror://gnome/sources/pygobject/2.28/${name}.tar.xz";
sha256 = "1f5dfxjnil2glfwxnqr14d2cjfbkghsbsn8n04js2c2icr7iv2pv";
};