Skip to content

Commit 13eb9ce

Browse files
committed
orca-slicer v2.2.0-unstable-2025-01-06 -> v2.2.0-unstable-2025-01-23
1 parent 21808d2 commit 13eb9ce

File tree

2 files changed

+7
-68
lines changed

2 files changed

+7
-68
lines changed

pkgs/by-name/or/orca-slicer/package.nix

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
cmake,
77
pkg-config,
88
wrapGAppsHook3,
9-
boost,
9+
boost186,
1010
cereal,
1111
cgal,
1212
curl,
@@ -56,13 +56,13 @@ let
5656
in
5757
stdenv.mkDerivation rec {
5858
pname = "orca-slicer";
59-
version = "v2.2.0-unstable-2025-01-06";
59+
version = "v2.2.0-unstable-2025-01-23";
6060

6161
src = fetchFromGitHub {
6262
owner = "SoftFever";
6363
repo = "OrcaSlicer";
64-
rev = "99a0facfb3a5c9b4e661e536825c08393053cb53";
65-
hash = "sha256-XWM04Vx65q+Vc+s3YLucS63IhGVw8ODhL2m+47nZKs8=";
64+
rev = "1b1288c4353afca44edee323061bdd5c87fcafb9";
65+
hash = "sha256-IPdKusP2cB5jgr6JjQVu8ZjJ2kiG6mfmfZtDVSlAFNg=";
6666
};
6767

6868
nativeBuildInputs = [
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
7575
buildInputs =
7676
[
7777
binutils
78-
(boost.override {
78+
(boost186.override {
7979
enableShared = true;
8080
enableStatic = false;
8181
extraFeatures = [
@@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
8484
"filesystem"
8585
];
8686
})
87-
boost.dev
87+
boost186.dev
8888
cereal
8989
cgal
9090
curl
@@ -127,7 +127,6 @@ stdenv.mkDerivation rec {
127127
# Fix for webkitgtk linking
128128
./patches/0001-not-for-upstream-CMakeLists-Link-against-webkit2gtk-.patch
129129
./patches/dont-link-opencv-world-orca.patch
130-
./patches/fix-boost.patch
131130
];
132131

133132
doCheck = true;
@@ -163,7 +162,7 @@ stdenv.mkDerivation rec {
163162
(lib.optionalString withSystemd "-ludev")
164163
"-L${mesa.osmesa}/lib"
165164
"-L${mesa.drivers}/lib"
166-
"-L${boost}/lib"
165+
"-L${boost186}/lib"
167166
"-lboost_log"
168167
"-lboost_log_setup"
169168
];

pkgs/by-name/or/orca-slicer/patches/fix-boost.patch

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)