From f7d4fbd94a135210d0f4f0df80d6dc2953c46d1d Mon Sep 17 00:00:00 2001 From: ajs124 Date: Wed, 6 Jul 2022 18:22:31 +0200 Subject: [PATCH] qjoypad: misc cleanups --- pkgs/tools/misc/qjoypad/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/qjoypad/default.nix b/pkgs/tools/misc/qjoypad/default.nix index 018086e6dc7..6770ec133d3 100644 --- a/pkgs/tools/misc/qjoypad/default.nix +++ b/pkgs/tools/misc/qjoypad/default.nix @@ -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";