opencv: add missing hash for ipp support (#383097)

This commit is contained in:
K900
2025-02-18 17:11:51 +03:00
committed by GitHub
+2 -1
View File
@@ -141,7 +141,7 @@ let
owner = "opencv";
repo = "opencv_3rdparty";
rev = "7f55c0c26be418d494615afca15218566775c725";
hash = "";
hash = "sha256-XbmS+FXUL8MAG7kawbDkb2XHG9R0DpPhiYhq/18eTnY=";
} + "/ippicv";
files = let name = platform: "ippicv_2021.10.0_${platform}_20230919_general.tgz"; in
if effectiveStdenv.hostPlatform.system == "x86_64-linux" then
@@ -555,6 +555,7 @@ effectiveStdenv.mkDerivation {
tests = {
inherit (gst_all_1) gst-plugins-bad;
withIpp = opencv4.override { enableIpp = true; };
}
// optionalAttrs (!effectiveStdenv.hostPlatform.isDarwin) { inherit qimgv; }
// optionalAttrs (!enablePython) { pythonEnabled = pythonPackages.opencv4; }