qjoypad: misc cleanups
This commit is contained in:
parent
7a46ca5ed0
commit
f7d4fbd94a
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ mkDerivation rec {
|
|||
hash = "sha256:1w26ddxb1xirb7qjf7kv9llxzjhbhcb7warnxbx41qhbni46g26y";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config cmake ];
|
||||
buildInputs = [ libX11 libXtst qtbase qttools qtx11extras ];
|
||||
nativeBuildInputs = [ pkg-config cmake qttools ];
|
||||
buildInputs = [ libX11 libXtst qtbase qtx11extras ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A program that lets you use gaming devices anywhere";
|
||||
|
|
Loading…
Reference in a new issue