Skip to content

Commit

Permalink
prusa-slicer: Use new overriden occt vn
Browse files Browse the repository at this point in the history
  • Loading branch information
cbat98 committed Nov 26, 2024
1 parent 4085558 commit 94cd3c4
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pkgs/applications/misc/prusa-slicer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
, mpfr
, nanosvg
, nlopt
, opencascade-occt_7_6
, opencascade-occt_7_6_1
, openvdb
, pcre
, qhull
Expand All @@ -40,15 +40,6 @@
, wxGTK-override ? null
}:
let
opencascade-occt = opencascade-occt_7_6.overrideAttrs (old: {
version = "7.6.1";
src = fetchFromGitHub {
owner = "Open-Cascade-SAS";
repo = "OCCT";
rev = "V7_6_1";
sha256 = "sha256-C02P3D363UwF0NM6R4D4c6yE5ZZxCcu5CpUaoTOxh7E=";
};
});
wxGTK-prusa = wxGTK32.overrideAttrs (old: rec {
pname = "wxwidgets-prusa3d-patched";
version = "3.2.0";
Expand Down Expand Up @@ -118,7 +109,7 @@ stdenv.mkDerivation (finalAttrs: {
mpfr
nanosvg-fltk
nlopt
opencascade-occt
opencascade-occt_7_6_1
openvdb_tbb_2021_8
pcre
qhull
Expand Down

0 comments on commit 94cd3c4

Please sign in to comment.