openscad-unstable: fix use of our lib3mf cmake export

This commit is contained in:
Guilhem Saurel
2025-10-28 19:55:40 +01:00
parent 044abb14a1
commit c2172a7574
@@ -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; [