opencv4WithoutCuda: init at opencv4.version

This commit is contained in:
Ben Darwin 2023-09-21 13:34:00 -04:00
parent a68655c5eb
commit 7731bbbc79

View File

@ -24336,6 +24336,10 @@ with pkgs;
ffmpeg = ffmpeg_4;
};
opencv4WithoutCuda = opencv4.override {
enableCuda = false;
};
opencv = opencv4;
imath = callPackage ../development/libraries/imath { };