freecad: reenable spacenav support

This commit is contained in:
Gabriel Ebner 2021-04-02 16:07:34 +02:00
parent cc727746c6
commit 155f034b62

View file

@ -1,4 +1,5 @@
{ lib
, stdenv
, mkDerivation
, fetchFromGitHub
, fetchpatch
@ -35,7 +36,7 @@
, scipy
, shiboken2
, soqt
, spaceNavSupport ? false
, spaceNavSupport ? stdenv.isLinux
, swig
, vtk
, wrapQtAppsHook