shapely: use python3 instead of minimal

This commit is contained in:
Phillip Cloud 2022-05-13 08:30:51 -04:00
parent 983b14ad09
commit 5c6b2ab17b
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -1891,7 +1891,7 @@ lib.composeManyExtensions [
# Fix library paths
postPatch = old.postPatch or "" + ''
${pkgs.python3Minimal.interpreter} ${./shapely-rewrite.py} shapely/geos.py
${pkgs.python3.interpreter} ${./shapely-rewrite.py} shapely/geos.py
'';
}
);