Python: use PyPI mirror (#15001)
* mirrors: add pypi * Python: Use pypi mirror for all PyPI packages
This commit is contained in:
committed by
Domen Kožar
parent
ae8a3a14f0
commit
d5e6a4494a
@@ -5,7 +5,7 @@ buildPythonPackage rec {
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/p/pycrypto/${name}.tar.gz";
|
||||
url = "mirror://pypi/p/pycrypto/${name}.tar.gz";
|
||||
sha256 = "0g0ayql5b9mkjam8hym6zyg6bv77lbh66rv1fyvgqb17kfc1xkpj";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user