From 1e7d28b7bbc8b2ef280640f26d92fad1b348f5af Mon Sep 17 00:00:00 2001 From: rowanG077 Date: Mon, 29 Mar 2021 15:56:10 +0200 Subject: [PATCH] freecad: disable spaceNav by default due to segfault --- pkgs/applications/graphics/freecad/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/freecad/default.nix b/pkgs/applications/graphics/freecad/default.nix index 56994e172114..473415788625 100644 --- a/pkgs/applications/graphics/freecad/default.nix +++ b/pkgs/applications/graphics/freecad/default.nix @@ -35,7 +35,7 @@ , scipy , shiboken2 , soqt -, spaceNavSupport ? true +, spaceNavSupport ? false , swig , vtk , wrapQtAppsHook