opencv: do not add withIpp to passthru.tests on darwin

This commit is contained in:
Gaetan Lepage
2025-02-18 15:22:28 +01:00
parent 9313d9bd4f
commit 7d50d46671
+3 -1
View File
@@ -555,9 +555,11 @@ effectiveStdenv.mkDerivation {
tests = {
inherit (gst_all_1) gst-plugins-bad;
}
// optionalAttrs (!effectiveStdenv.hostPlatform.isDarwin) {
inherit qimgv;
withIpp = opencv4.override { enableIpp = true; };
}
// optionalAttrs (!effectiveStdenv.hostPlatform.isDarwin) { inherit qimgv; }
// optionalAttrs (!enablePython) { pythonEnabled = pythonPackages.opencv4; }
// optionalAttrs (effectiveStdenv.buildPlatform != "x86_64-darwin") {
opencv4-tests = callPackage ./tests.nix {