diff options
author | Guillaume Le Vaillant <[email protected]> | 2023-04-22 12:24:32 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <[email protected]> | 2023-04-22 12:57:03 +0200 |
commit | 5569971659ff988c27ea868756e7da935f42dea5 (patch) | |
tree | f7d58e9194623ed6cd8c5169a8a50c6d4092cdff /gnu/packages/patches/prusa-slicer-fix-tests.patch | |
parent | 6c91f65d09debbb8578047e4b5669b8ba4c73888 (diff) |
gnu: prusa-slicer: Update to 2.5.2.
* gnu/packages/patches/prusa-slicer-boost-fixes.patch: New file.
* gnu/packages/patches/prusa-slicer-fix-tests.patch: New file.
* gnu/packages/patches/prusa-slicer-with-cereal-1.3.1.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/engineering.scm (prusa-slicer): Update to 2.5.2.
[source]: Use patches.
[inputs]: Replace cereal-1.3.0 by cereal.
Diffstat (limited to 'gnu/packages/patches/prusa-slicer-fix-tests.patch')
-rw-r--r-- | gnu/packages/patches/prusa-slicer-fix-tests.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/packages/patches/prusa-slicer-fix-tests.patch b/gnu/packages/patches/prusa-slicer-fix-tests.patch new file mode 100644 index 0000000000..da9a5307f9 --- /dev/null +++ b/gnu/packages/patches/prusa-slicer-fix-tests.patch @@ -0,0 +1,17 @@ +This patch comes from Gentoo: + portage/media-gfx/prusaslicer/files/prusaslicer-2.5.0_rc1-fix-tests.patch + +--- a/tests/fff_print/test_data.cpp ++++ b/tests/fff_print/test_data.cpp +@@ -4,10 +4,9 @@ + #include "libslic3r/GCodeReader.hpp" + #include "libslic3r/Config.hpp" + #include "libslic3r/Print.hpp" +-#include "libslic3r/Format/OBJ.hpp" +-#include "libslic3r/Format/STL.hpp" + + #include <cstdlib> ++#include <fstream> + #include <string> + + #include <boost/nowide/cstdio.hpp> |