Skip to content

Commit

Permalink
orca-slicer v2.2.0-unstable-2025-01-06 -> v2.2.0-unstable-2025-01-23
Browse files Browse the repository at this point in the history
  • Loading branch information
liberodark committed Jan 23, 2025
1 parent 21808d2 commit 13eb9ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 68 deletions.
15 changes: 7 additions & 8 deletions pkgs/by-name/or/orca-slicer/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
cmake,
pkg-config,
wrapGAppsHook3,
boost,
boost186,
cereal,
cgal,
curl,
Expand Down Expand Up @@ -56,13 +56,13 @@ let
in
stdenv.mkDerivation rec {
pname = "orca-slicer";
version = "v2.2.0-unstable-2025-01-06";
version = "v2.2.0-unstable-2025-01-23";

src = fetchFromGitHub {
owner = "SoftFever";
repo = "OrcaSlicer";
rev = "99a0facfb3a5c9b4e661e536825c08393053cb53";
hash = "sha256-XWM04Vx65q+Vc+s3YLucS63IhGVw8ODhL2m+47nZKs8=";
rev = "1b1288c4353afca44edee323061bdd5c87fcafb9";
hash = "sha256-IPdKusP2cB5jgr6JjQVu8ZjJ2kiG6mfmfZtDVSlAFNg=";
};

nativeBuildInputs = [
Expand All @@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
buildInputs =
[
binutils
(boost.override {
(boost186.override {
enableShared = true;
enableStatic = false;
extraFeatures = [
Expand All @@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
"filesystem"
];
})
boost.dev
boost186.dev
cereal
cgal
curl
Expand Down Expand Up @@ -127,7 +127,6 @@ stdenv.mkDerivation rec {
# Fix for webkitgtk linking
./patches/0001-not-for-upstream-CMakeLists-Link-against-webkit2gtk-.patch
./patches/dont-link-opencv-world-orca.patch
./patches/fix-boost.patch
];

doCheck = true;
Expand Down Expand Up @@ -163,7 +162,7 @@ stdenv.mkDerivation rec {
(lib.optionalString withSystemd "-ludev")
"-L${mesa.osmesa}/lib"
"-L${mesa.drivers}/lib"
"-L${boost}/lib"
"-L${boost186}/lib"
"-lboost_log"
"-lboost_log_setup"
];
Expand Down
60 changes: 0 additions & 60 deletions pkgs/by-name/or/orca-slicer/patches/fix-boost.patch

This file was deleted.

0 comments on commit 13eb9ce

Please sign in to comment.