poetry2nix: 1.29.0 -> 1.29.1

This commit is contained in:
adisbladis 2022-05-14 17:48:55 +12:00
parent 75a5da9045
commit cf218b9fa6
3 changed files with 5 additions and 2 deletions

View file

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

View file

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

View file

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