From 7de65171332bc1f3b375e3e0aa88b58ebbfbb454 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Fri, 29 Nov 2024 21:11:06 +0100 Subject: [PATCH] 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 0a92232f3f151072f99beb0c59946af09b120faf Signed-off-by: Sefa Eyeoglu --- pkgs/by-name/or/orca-slicer/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/or/orca-slicer/package.nix b/pkgs/by-name/or/orca-slicer/package.nix index 6bf780911104..d6d8c4a93847 100644 --- a/pkgs/by-name/or/orca-slicer/package.nix +++ b/pkgs/by-name/or/orca-slicer/package.nix @@ -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 = ''