pythonPackages.basemap: build wheel, fixes #24621

This commit is contained in:
Frederik Rietdijk 2017-04-30 10:37:04 +02:00
parent a4aaf5adfd
commit dce7ebbd9b

View file

@ -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;