5 stdenv.mkDerivation rec {
7 version = "unstable-2021-05-08";
8 src = fetchFromGitHub {
11 rev = "f9d10ba3aa8f9359f928bbab0a2ea00cefc69f4b";
12 sha256 = "1fhaimci80xmihg84bgrml61zr56pi9rkxfbs13vvw9dwjf031k0";
16 (python3.withPackages (ps: with ps; [
22 patchShebangs g203-led.py
27 install -D g203-led.py $out/bin/g203-led
32 description = "Logitech G203 Prodigy / G203 LightSync Mouse LED control for Linux";
34 Allows you to control the LED lighting of your G203 Prodigy
35 or G203 LightSync Mouse programmatically.
36 Inspired by and based on g810-led.
38 license = licenses.mit;
39 maintainers = with maintainers; [ r-burns ];
40 homepage = "https://github.com/smasty/g203-led";
41 platforms = platforms.linux;