Commit c2172a75 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

openscad-unstable: fix use of our lib3mf cmake export

parent 044abb14
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -57,6 +57,13 @@ clangStdenv.mkDerivation rec {

  patches = [ ./test.diff ];

  # fix use of our lib3mf cmake export instead of finder
  postPatch = ''
    substituteInPlace CMakeLists.txt --replace-fail \
      "Lib3MF" \
      "lib3mf"
  '';

  nativeBuildInputs = [
    (python3.withPackages (
      ps: with ps; [