python3Packages.shapely: rename shapely18 to shapely_1_8

This commit is contained in:
Ivan Mincik 2023-12-07 09:45:59 +01:00
parent 0d883c3cea
commit 8b5d46f1ce
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
, pcbnew-transition
, pybars3
, versioneer
, shapely18
, shapely_1_8
}:
let
solidpython = callPackage ./solidpython { };
@ -46,7 +46,7 @@ buildPythonApplication rec {
pcbnew-transition
pybars3
# https://github.com/yaqwsx/KiKit/issues/574
shapely18
shapely_1_8
# https://github.com/yaqwsx/KiKit/issues/576
solidpython
];

View File

@ -12933,7 +12933,7 @@ self: super: with self; {
shapely = callPackage ../development/python-modules/shapely { };
shapely18 = callPackage ../development/python-modules/shapely/1.8.nix { };
shapely_1_8 = callPackage ../development/python-modules/shapely/1.8.nix { };
shaperglot = callPackage ../development/python-modules/shaperglot { };