From dc09b1cd37e52cf6f97afaa6192892e3006f2751 Mon Sep 17 00:00:00 2001 From: Andres Gongora Date: Thu, 7 Nov 2024 17:39:45 +0100 Subject: [PATCH 1/2] Fix bambu-studio build deps Signed-off-by: Andres Gongora --- pkgs/applications/misc/bambu-studio/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/bambu-studio/default.nix b/pkgs/applications/misc/bambu-studio/default.nix index 82b6de9391b7..3e62298e6ee4 100644 --- a/pkgs/applications/misc/bambu-studio/default.nix +++ b/pkgs/applications/misc/bambu-studio/default.nix @@ -6,7 +6,7 @@ cmake, pkg-config, wrapGAppsHook3, - boost179, + boost180, cereal, cgal_5, curl, @@ -28,6 +28,7 @@ mesa, mpfr, nlopt, + slic3r, opencascade-occt_7_6, openvdb, opencv, @@ -72,7 +73,7 @@ stdenv.mkDerivation rec { buildInputs = [ binutils - boost179 + boost180 cereal cgal_5 curl From a224f9267f98af7247be7eb9a2598914f1d3370d Mon Sep 17 00:00:00 2001 From: Andres Gongora Date: Thu, 7 Nov 2024 20:55:01 +0100 Subject: [PATCH 2/2] Remove slic3r Signed-off-by: Andres Gongora --- pkgs/applications/misc/bambu-studio/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/misc/bambu-studio/default.nix b/pkgs/applications/misc/bambu-studio/default.nix index 3e62298e6ee4..168c3ccf72f9 100644 --- a/pkgs/applications/misc/bambu-studio/default.nix +++ b/pkgs/applications/misc/bambu-studio/default.nix @@ -28,7 +28,6 @@ mesa, mpfr, nlopt, - slic3r, opencascade-occt_7_6, openvdb, opencv,