Skip to content

Commit

Permalink
Merge pull request #228263 from bcdarwin/freecad-unpin-vtk8
Browse files Browse the repository at this point in the history
freecad: unpin vtk
  • Loading branch information
wegank authored Apr 26, 2023
2 parents 966144b + ca2df7c commit 87439d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/freecad/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
, soqt
, spaceNavSupport ? stdenv.isLinux
, swig
, vtk_8
, vtk
, wrapQtAppsHook
, wrapGAppsHook
, xercesc
Expand Down Expand Up @@ -97,7 +97,7 @@ mkDerivation rec {
shiboken2
soqt
swig
vtk_8
vtk
xercesc
zlib
] ++ lib.optionals spaceNavSupport [
Expand Down

0 comments on commit 87439d8

Please sign in to comment.