monado: disable opencv support

Workaround for https://github.com/NixOS/nixpkgs/issues/439075

This should probably be revisited in the future.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2025-09-12 12:34:50 +02:00
parent 95e269b467
commit dd20506f54
+2 -2
View File
@@ -35,7 +35,6 @@
libXrandr,
nix-update-script,
onnxruntime,
opencv4,
openhmd,
openvr,
orc,
@@ -125,7 +124,8 @@ stdenv.mkDerivation (finalAttrs: {
libXext
libXrandr
onnxruntime
opencv4
# FIXME: OpenCV support causes a segfault on start. See https://github.com/NixOS/nixpkgs/issues/439075
# opencv4
openhmd
openvr
orc