opencv: do not add withIpp to passthru.tests on darwin (#383114)

authored by

Sandro and committed by
GitHub
1717e8a9 9313d9bd

+3 -1
+3 -1
pkgs/development/libraries/opencv/4.x.nix
··· 555 555 556 556 tests = { 557 557 inherit (gst_all_1) gst-plugins-bad; 558 + } 559 + // optionalAttrs (!effectiveStdenv.hostPlatform.isDarwin) { 560 + inherit qimgv; 558 561 withIpp = opencv4.override { enableIpp = true; }; 559 562 } 560 - // optionalAttrs (!effectiveStdenv.hostPlatform.isDarwin) { inherit qimgv; } 561 563 // optionalAttrs (!enablePython) { pythonEnabled = pythonPackages.opencv4; } 562 564 // optionalAttrs (effectiveStdenv.buildPlatform != "x86_64-darwin") { 563 565 opencv4-tests = callPackage ./tests.nix {