mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
shapely: use python3Minimal to ensure ast.unparse exists
This commit is contained in:
parent
030b9522dc
commit
983b14ad09
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue