Unverified Commit 6d3cc742 authored by Philip Taron's avatar Philip Taron
Browse files

spnavcfg: add X11 to the build inputs

parent 2b12f69e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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; {