acpilight: set mainProgram = "xbacklight"

This commit is contained in:
Infinidoge 2022-04-19 18:50:21 -04:00
parent aacb9ea1fc
commit 088112c897

View File

@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = with maintainers; [ smakarov ];
platforms = platforms.linux;
mainProgram = "xbacklight";
};
}