Skip to content

Commit

Permalink
orca-slicer: fix gcc14
Browse files Browse the repository at this point in the history
  • Loading branch information
liberodark committed Dec 31, 2024
1 parent 9c4c97a commit fac34fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/or/orca-slicer/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
lib,
fetchFromGitHub,
bambu-studio,
gcc13,
}:
bambu-studio.overrideAttrs (
finalAttrs: previousAttrs: {
Expand All @@ -15,6 +16,8 @@ bambu-studio.overrideAttrs (
hash = "sha256-h+cHWhrp894KEbb3ic2N4fNTn13WlOSYoMsaof0RvRI=";
};

nativeBuildInputs = previousAttrs.nativeBuildInputs ++ [ gcc13 ];

patches = [
# Fix for webkitgtk linking
./patches/0001-not-for-upstream-CMakeLists-Link-against-webkit2gtk-.patch
Expand Down

0 comments on commit fac34fb

Please sign in to comment.