about summary refs log tree commit diff
path: root/pkgs/development/python-modules/matplotlib
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2016-04-26 14:38:03 +0200
committerDomen Kožar <domen@dev.si>2016-04-26 13:38:03 +0100
commitd5e6a4494a2eb00e52b309fc7a196d84ff8625ec (patch)
tree190f097587735bc3762c65d3c1690c4f30b01c1f /pkgs/development/python-modules/matplotlib
parentae8a3a14f03cda32340dd55905b4d8c1b18b0446 (diff)
downloadnixlib-d5e6a4494a2eb00e52b309fc7a196d84ff8625ec.tar
nixlib-d5e6a4494a2eb00e52b309fc7a196d84ff8625ec.tar.gz
nixlib-d5e6a4494a2eb00e52b309fc7a196d84ff8625ec.tar.bz2
nixlib-d5e6a4494a2eb00e52b309fc7a196d84ff8625ec.tar.lz
nixlib-d5e6a4494a2eb00e52b309fc7a196d84ff8625ec.tar.xz
nixlib-d5e6a4494a2eb00e52b309fc7a196d84ff8625ec.tar.zst
nixlib-d5e6a4494a2eb00e52b309fc7a196d84ff8625ec.zip
Python: use PyPI mirror (#15001)
* mirrors: add pypi

* Python: Use pypi mirror for all PyPI packages
Diffstat (limited to 'pkgs/development/python-modules/matplotlib')
-rw-r--r--pkgs/development/python-modules/matplotlib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/matplotlib/default.nix b/pkgs/development/python-modules/matplotlib/default.nix
index 1ebba52ff6f4..c60ee54bec8e 100644
--- a/pkgs/development/python-modules/matplotlib/default.nix
+++ b/pkgs/development/python-modules/matplotlib/default.nix
@@ -15,7 +15,7 @@ buildPythonPackage rec {
   version = "1.5.1";
 
   src = fetchurl {
-    url = "https://pypi.python.org/packages/source/m/matplotlib/${name}.tar.gz";
+    url = "mirror://pypi/m/matplotlib/${name}.tar.gz";
     sha256 = "3ab8d968eac602145642d0db63dd8d67c85e9a5444ce0e2ecb2a8fedc7224d40";
   };