mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
python3Packages.shapely: rename shapely18 to shapely_1_8
This commit is contained in:
parent
0d883c3cea
commit
8b5d46f1ce
@ -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
|
||||
];
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user