From 4f80e068460b7a9fbe8b4b0c8c701f83ca85abe6 Mon Sep 17 00:00:00 2001 From: ppenguin Date: Mon, 4 Jan 2021 21:52:33 +0100 Subject: [PATCH] freecad: add scipy and pyyaml to dependencies Closes #108424 --- pkgs/applications/graphics/freecad/default.nix | 1 + 1 file changed, 1 insertion(+) 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 = [