orca-slicer: remove FLATPAK option

Currently, this breaks building, as this option requires wxGTK3 with
webkit2gtk-4.1 support. As there is no release yet with support for that
and backporting https://github.com/wxWidgets/wxWidgets/pull/23633 is
difficult, let's revert to the previous (vendored) build behavior.

Previously introduced in 0a92232f3f

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2024-11-29 21:25:21 +01:00
parent b9816a9ba6
commit 7de6517133
+2
View File
@@ -28,6 +28,8 @@ bambu-studio.overrideAttrs (
)
'';
cmakeFlags = lib.remove "-DFLATPAK=1" previousAttrs.cmakeFlags or [ ];
# needed to prevent collisions between the LICENSE.txt files of
# bambu-studio and orca-slicer.
postInstall = ''