Merge pull request #169372 from Infinidoge/fix/acpilight-mainProgram

acpilight: set mainProgram = "xbacklight"
This commit is contained in:
Thiago Kenji Okada 2022-04-20 12:35:04 +01:00 committed by GitHub
commit 4a28d0f3bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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