Commit dba7c0b4 authored by Daniel Hill's avatar Daniel Hill
Browse files

manifold: move clipper2 to propagatedBuildInputs

parent 182184a0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -26,9 +26,10 @@ stdenv.mkDerivation (finalAttrs: {
    gtest
    glm
    tbb_2021
    clipper2
  ];

  propagatedBuildInputs = [ clipper2 ];

  cmakeFlags = [
    "-DBUILD_SHARED_LIBS=ON"
    "-DMANIFOLD_TEST=ON"