1 { lib, stdenv, libusb1, pkg-config, fetchFromGitHub }:
7 src = fetchFromGitHub {
10 rev = "df55451f059d593b0259431662612ab5c2bef859";
11 sha256 = "1fsz7k73yln987gcx1jvb5irxfbp1x2c457a60a8yap27nkp5y2w";
14 nativeBuildInputs = [ pkg-config ];
15 buildInputs = [ libusb1 ];
19 cp ltwheelconf $out/bin
23 homepage = "https://github.com/thk/LTWheelConf";
24 description = "Logitech wheels configuration tool";
25 license = licenses.gpl3;
26 maintainers = [ maintainers.ebzzry ];
27 platforms = platforms.linux;
28 mainProgram = "ltwheelconf";