8 stdenv.mkDerivation (finalAttrs: {
9 pname = "backlight-auto";
12 src = fetchFromGitHub {
14 repo = "backlight-auto";
15 rev = finalAttrs.version;
16 hash = "sha256-QPymwlDrgKM/SXDzJdmfzWLSLU2D7egif1OIUE+SHoI=";
28 description = "Automatically set screen brightness with a webcam";
29 mainProgram = "backlight-auto";
30 homepage = "https://len.falken.directory/backlight-auto.html";
31 license = licenses.mit;
33 platforms = platforms.linux;