Commit 98ecddf9 authored by Adkins, Cameron's avatar Adkins, Cameron
Browse files

openvdb: use propagatedBuildInputs for TBB & Boost

parent 2a794934
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -28,9 +28,12 @@ stdenv.mkDerivation rec {

  nativeBuildInputs = [ cmake ];

  buildInputs = [
  propagatedBuildInputs = [
    boost
    tbb
  ];

  buildInputs = [
    jemalloc
    c-blosc
    zlib