Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
freecad: add missing python module for addon manager
(cherry picked from commit 5bc7030)
  • Loading branch information
gebner committed Oct 18, 2020
1 parent ea84d47 commit 43e8ec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/graphics/freecad/default.nix
Expand Up @@ -32,6 +32,7 @@ in mkDerivation rec {
libGLU libXmu qtbase qttools qtwebengine qtxmlpatterns
] ++ (with pythonPackages; [
matplotlib pycollada shiboken2 pyside2 pyside2-tools pivy python boost
GitPython # for addon manager
]);

cmakeFlags = [
Expand Down

0 comments on commit 43e8ec4

Please sign in to comment.