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
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
||||
version = "19.4"; # 18.4 and up breaks python34Packages.characteristic and many others
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/s/setuptools/${shortName}.tar.gz";
|
||||
url = "mirror://pypi/s/setuptools/${shortName}.tar.gz";
|
||||
sha256 = "214bf29933f47cf25e6faa569f710731728a07a19cae91ea64f826051f68a8cf";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user