Merge pull request #172981 from adisbladis/poetry2nix-1_29_1

poetry2nix: 1.29.0 -> 1.29.1
This commit is contained in:
adisbladis 2022-05-14 14:24:32 +08:00 committed by GitHub
commit ab13953963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,7 @@
}:
let
# Poetry2nix version
version = "1.29.0";
version = "1.29.1";
inherit (poetryLib) isCompatible readTOML moduleName;

View File

@ -801,6 +801,9 @@
"notebook-shim": [
"jupyter-packaging"
],
"notify-py": [
"poetry-core"
],
"notus-scanner": [
"poetry-core"
],

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.python3.interpreter} ${./shapely-rewrite.py} shapely/geos.py
'';
}
);