mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
pythonPackages.basemap: build wheel, fixes #24621
This commit is contained in:
parent
a4aaf5adfd
commit
dce7ebbd9b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user