File tree Expand file tree Collapse file tree 2 files changed +7
-68
lines changed
pkgs/by-name/or/orca-slicer Expand file tree Collapse file tree 2 files changed +7
-68
lines changed Original file line number Diff line number Diff line change 66 cmake ,
77 pkg-config ,
88 wrapGAppsHook3 ,
9- boost ,
9+ boost186 ,
1010 cereal ,
1111 cgal ,
1212 curl ,
5656in
5757stdenv . 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 ] ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments