From 0353b8b3ffcbaa102d36fa7e8f2bb218a1374820 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 26 Jan 2016 01:57:30 +0100 Subject: pkgs: Add a small utility to dump joystick GUIDs SDL 2 has an environment variable called SDL_GAMECONTROLLERCONFIG, which lists button/axis mappings of various game controllers attached to the system. The game controllers are themselves identified using a GUID which is SDL 2 specific and this tool is there to just dump the name of a particular game controller along with the GUID so it's easier to get the GUID. Signed-off-by: aszlig --- pkgs/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index d7057820..6eec67a4 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -15,6 +15,7 @@ let nixops = callPackage ./nixops { }; libCMT = callPackage ./libcmt { }; librxtx_java = callPackage ./librxtx-java { }; + list-gamecontrollers = callPackage ./list-gamecontrollers { }; lockdev = callPackage ./lockdev { }; pvolctrl = callPackage ./pvolctrl { }; show-qr-code = callPackage ./show-qr-code { }; -- cgit 1.4.1