mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
poetry2nix: 1.29.0 -> 1.29.1
This commit is contained in:
parent
75a5da9045
commit
cf218b9fa6
3 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -801,6 +801,9 @@
|
||||||
"notebook-shim": [
|
"notebook-shim": [
|
||||||
"jupyter-packaging"
|
"jupyter-packaging"
|
||||||
],
|
],
|
||||||
|
"notify-py": [
|
||||||
|
"poetry-core"
|
||||||
|
],
|
||||||
"notus-scanner": [
|
"notus-scanner": [
|
||||||
"poetry-core"
|
"poetry-core"
|
||||||
],
|
],
|
||||||
|
|
|
@ -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
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue