Python: use PyPI mirror (#15001)

* mirrors: add pypi

* Python: Use pypi mirror for all PyPI packages
This commit is contained in:
Frederik Rietdijk
2016-04-26 14:38:03 +02:00
committed by Domen Kožar
parent ae8a3a14f0
commit d5e6a4494a
32 changed files with 1030 additions and 1025 deletions

View File

@@ -7,7 +7,7 @@ buildPythonApplication rec {
version = "0.4.3";
src = fetchurl {
url = "https://pypi.python.org/packages/source/y/yolk/yolk-${version}.tar.gz";
url = "mirror://pypi/y/yolk/yolk-${version}.tar.gz";
sha256 = "1f6xwx210jnl5nq0m3agh2p1cxmaizawaf3fwq43q4yw050fn1qw";
};