spnavcfg: add X11 to the build inputs

This commit is contained in:
Philip Taron 2024-11-04 09:30:31 -08:00
parent 2b12f69e85
commit 6d3cc74221
No known key found for this signature in database

View File

@ -5,6 +5,7 @@
fetchpatch,
pkg-config,
libspnav,
libX11,
# Qt6 support is close: https://github.com/FreeSpacenav/spnavcfg/issues/43
libsForQt5,
@ -32,9 +33,11 @@ stdenv.mkDerivation (finalAttrs: {
pkg-config
libsForQt5.wrapQtAppsHook
];
buildInputs = [
libsForQt5.qtbase
libspnav
libX11
];
meta = with lib; {