shapely: use python3Minimal to ensure ast.unparse exists

This commit is contained in:
Phillip Cloud 2022-05-13 07:32:26 -04:00
parent 030b9522dc
commit 983b14ad09
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 "" + ''
${self.python.pythonForBuild.interpreter} ${./shapely-rewrite.py} shapely/geos.py
${pkgs.python3Minimal.interpreter} ${./shapely-rewrite.py} shapely/geos.py
'';
}
);