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