Skip to content

Commit

Permalink
opencv-gtk: init
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 committed Dec 16, 2024
1 parent 73d4bac commit 94a62bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10398,6 +10398,12 @@ with pkgs;

opencv = opencv4;

opencv-gtk = (opencv.override {
enableGtk3 = true;
}).overrideAttrs (finalAttrs: {
meta.platforms = lib.removeAll lib.platforms.darwin finalAttrs.meta.platforms;
});

openexr = openexr_2;
openexr_2 = callPackage ../development/libraries/openexr { };
openexr_3 = callPackage ../development/libraries/openexr/3.nix { };
Expand Down

0 comments on commit 94a62bb

Please sign in to comment.