Skip to content

Commit

Permalink
pythonPackages.basemap: build wheel, fixes #24621
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Apr 30, 2017
1 parent a4aaf5a commit dce7ebb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -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;
Expand Down

0 comments on commit dce7ebb

Please sign in to comment.