fix: flake: add opencv with CUDA, new patchmatch dependency.

This commit is contained in:
Alexandre Macabies 2023-08-01 15:22:59 +02:00 committed by psychedelicious
parent c9d452b9d4
commit 403a6e88f2

View File

@ -34,6 +34,10 @@
cudaPackages.cudnn
cudaPackages.cuda_nvrtc
cudatoolkit
pkgconfig
libconfig
cmake
blas
freeglut
glib
gperf
@ -42,6 +46,12 @@
libGLU
linuxPackages.nvidia_x11
python
(opencv4.override {
enableGtk3 = true;
enableFfmpeg = true;
enableCuda = true;
enableUnfree = true;
})
stdenv.cc
stdenv.cc.cc.lib
xorg.libX11