Commit 8fed24cf authored by Tobias Markus's avatar Tobias Markus
Browse files

openimagedenoise: Fix build failure due to TBB split



Fixes #216580.

Co-authored-by: default avatardavidak <git@davidak.de>
parent 28c3001b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -13,6 +13,11 @@ stdenv.mkDerivation rec {
  nativeBuildInputs = [ cmake python3 ispc ];
  buildInputs = [ tbb ];

  cmakeFlags = [
    "-DTBB_ROOT=${tbb}"
    "-DTBB_INCLUDE_DIR=${tbb.dev}/include"
  ];

  meta = with lib; {
    homepage = "https://openimagedenoise.github.io";
    description = "High-Performance Denoising Library for Ray Tracing";
+5 −0
Original line number Diff line number Diff line
@@ -13,6 +13,11 @@ stdenv.mkDerivation rec {
  nativeBuildInputs = [ cmake python3 ispc ];
  buildInputs = [ tbb ];

  cmakeFlags = [
    "-DTBB_ROOT=${tbb}"
    "-DTBB_INCLUDE_DIR=${tbb.dev}/include"
  ];

  meta = with lib; {
    homepage = "https://openimagedenoise.github.io";
    description = "High-Performance Denoising Library for Ray Tracing";