freecad: add missing python module for addon manager

gstqt5
Gabriel Ebner 2020-10-18 14:08:28 +02:00
parent 90fd589286
commit 5bc7030a25
1 changed files with 1 additions and 0 deletions

View File

@ -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 = [