osl: build with openexr 3

This commit is contained in:
Yureka 2024-01-10 03:01:02 +01:00
parent 46f1dbf40d
commit 720fc988c6

View File

@ -11750,6 +11750,7 @@ with pkgs;
then (overrideLibcxx llvmPackages_15.stdenv).cc
else clang_15;
llvm = llvm_15;
openexr = openexr_3;
};
osqp = callPackage ../development/libraries/science/math/osqp { };