brillo: set meta.mainProgram

This commit is contained in:
Bernardo Meurer 2023-08-07 19:13:01 -04:00
parent b98dfd0db2
commit f8c5cfe463
No known key found for this signature in database

View File

@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Backlight and Keyboard LED control tool";
homepage = "https://gitlab.com/cameronnemo/brillo";
mainProgram = "brillo";
license = [ licenses.gpl3 licenses.bsd0 ];
platforms = platforms.linux;
maintainers = [ maintainers.alexarice ];