Skip to content

Commit

Permalink
cgal: propagate correct package to Python packages (NixOS#347681)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Oct 11, 2024
2 parents d2729ae + 24f368e commit 46dbf05
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5391,7 +5391,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 { };

Expand Down Expand Up @@ -5496,7 +5498,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 { };

Expand Down Expand Up @@ -5990,7 +5994,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 { };
Expand Down

0 comments on commit 46dbf05

Please sign in to comment.