Skip to content

Commit

Permalink
migrate to opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
MayNiklas committed Oct 27, 2024
1 parent 568ea27 commit f84b412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/darknet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
linuxPackages.nvidia_x11
gcc
pkg-config
(opencv3.override { enableGtk2 = true; })
(opencv.override { enableGtk2 = true; })
gtk2-x11
];

Expand Down

0 comments on commit f84b412

Please sign in to comment.