Unverified Commit 7de65171 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

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 0a92232f

Signed-off-by: default avatarSefa Eyeoglu <contact@scrumplex.net>
parent b9816a9b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = ''