summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorppenguin <hieronymusv@gmail.com>2021-01-04 21:52:33 +0100
committerLinus Heckemann <git@sphalerite.org>2021-01-15 10:51:03 +0100
commit4f80e068460b7a9fbe8b4b0c8c701f83ca85abe6 (patch)
tree6e79e474f5e77f3fbcf0773af5b0616e94cb0ae1 /pkgs/applications/graphics
parent35da03c298607b512bcec8e1f8d37e65f881bdb9 (diff)
freecad: add scipy and pyyaml to dependencies
Closes #108424
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/freecad/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/freecad/default.nix b/pkgs/applications/graphics/freecad/default.nix
index cb37a81d9e1a..ebf8b9ee6061 100644
--- a/pkgs/applications/graphics/freecad/default.nix
+++ b/pkgs/applications/graphics/freecad/default.nix
@@ -33,6 +33,7 @@ in mkDerivation rec {
] ++ (with pythonPackages; [
matplotlib pycollada shiboken2 pyside2 pyside2-tools pivy python boost
GitPython # for addon manager
+ scipy pyyaml # (at least for) PyrateWorkbench
]);
cmakeFlags = [