cgal: propagate correct package to Python packages

cgal was shadowed by the corresponding Python package after #344966
This commit is contained in:
Martin Joerg
2024-10-10 07:32:38 +00:00
parent 513edfea64
commit 24f368eeba
+7 -3
View File
@@ -5387,7 +5387,9 @@ self: super: with self; {
graphrag = callPackage ../development/python-modules/graphrag { };
graph-tool = callPackage ../development/python-modules/graph-tool { };
graph-tool = callPackage ../development/python-modules/graph-tool {
inherit (pkgs) cgal;
};
graphtage = callPackage ../development/python-modules/graphtage { };
@@ -5492,7 +5494,9 @@ self: super: with self; {
qemu = pkgs.qemu;
};
gudhi = callPackage ../development/python-modules/gudhi { };
gudhi = callPackage ../development/python-modules/gudhi {
inherit (pkgs) cgal;
};
guidance = callPackage ../development/python-modules/guidance { };
@@ -5988,7 +5992,7 @@ self: super: with self; {
ifconfig-parser = callPackage ../development/python-modules/ifconfig-parser { };
ifcopenshell = callPackage ../development/python-modules/ifcopenshell {
inherit (pkgs) libxml2;
inherit (pkgs) cgal libxml2;
};
ignite = callPackage ../development/python-modules/ignite { };