10 # Qt6 support is close: https://github.com/FreeSpacenav/spnavcfg/issues/43
13 stdenv.mkDerivation (finalAttrs: {
17 src = fetchFromGitHub {
18 owner = "FreeSpacenav";
20 tag = "v${finalAttrs.version}";
22 hash = "sha256-P3JYhZnaCxzJETwC4g5m4xAGBk28/Va7Z/ybqwacIaA=";
27 url = "https://github.com/FreeSpacenav/spnavcfg/commit/fd9aa10fb8e19a257398757943b3d8e79906e583.patch";
28 hash = "sha256-XKEyLAFrA4qRU3zkBozblb/fKtLKsaItze0xv1uLnq0=";
34 libsForQt5.wrapQtAppsHook
44 homepage = "https://spacenav.sourceforge.net/";
45 description = "Interactive configuration GUI for space navigator input devices";
46 license = licenses.gpl3Plus;
47 platforms = platforms.unix;
48 maintainers = with maintainers; [ gebner ];
49 mainProgram = "spnavcfg";