From dce7ebbd9b130feb877b36e570d07db29908c00c Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sun, 30 Apr 2017 10:37:04 +0200 Subject: [PATCH] pythonPackages.basemap: build wheel, fixes #24621 --- pkgs/top-level/python-packages.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 06f778b7180..96646636e7c 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -29776,11 +29776,6 @@ EOF export GEOS_DIR=${pkgs.geos} ''; - # The installer does not support the '--old-and-unmanageable' option - installPhase = '' - ${python.interpreter} setup.py install --prefix $out - ''; - # The 'check' target is not supported by the `setup.py` script. # TODO : do the post install checks (`cd examples && ${python.interpreter} run_all.py`) doCheck = false;