make package use mirror:// for gnu, savannah and gnome repositories where possible
This commit is contained in:
@@ -5,7 +5,7 @@ buildPythonPackage rec {
|
||||
name = "pygtk-2.22.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.22/${name}.tar.bz2";
|
||||
url = "mirror://gnome/sources/pygtk/2.22/${name}.tar.bz2";
|
||||
sha256 = "4acf0ef2bde8574913c40ee4a43d9c4f43bb77b577b67147271b534501a54cc8";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user