osl: unbreak on aarch64-linux

This commit is contained in:
Weijia Wang 2023-01-02 07:46:37 +01:00
parent 1ca08d4c63
commit 15ef0c2a76
2 changed files with 2 additions and 2 deletions

View File

@ -33,6 +33,7 @@ in stdenv.mkDerivation rec {
};
cmakeFlags = [
"-DBoost_ROOT=${boost}"
"-DUSE_BOOST_WAVE=ON"
"-DENABLE_RTTI=ON"
@ -73,7 +74,6 @@ in stdenv.mkDerivation rec {
'';
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "Advanced shading language for production GI renderers";
homepage = "https://opensource.imageworks.com/osl.html";
maintainers = with maintainers; [ hodapp ];

View File

@ -10338,7 +10338,7 @@ with pkgs;
oshka = callPackage ../development/tools/oshka {};
osl = libsForQt5.callPackage ../development/compilers/osl {
boost = boost165;
boost = boost17x;
};
osqp = callPackage ../development/libraries/science/math/osqp { };