about summary refs log tree commit diff
path: root/pkgs/applications/misc/clight/clightd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/clight/clightd.nix')
-rw-r--r--pkgs/applications/misc/clight/clightd.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/clight/clightd.nix b/pkgs/applications/misc/clight/clightd.nix
index 7e6b84913a7a..b6958d86bbd0 100644
--- a/pkgs/applications/misc/clight/clightd.nix
+++ b/pkgs/applications/misc/clight/clightd.nix
@@ -70,6 +70,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Linux bus interface that changes screen brightness/temperature";
+    mainProgram = "clightd";
     homepage = "https://github.com/FedeDP/Clightd";
     platforms = platforms.linux;
     license = licenses.gpl3;