about summary refs log tree commit diff
path: root/pkgs/applications/misc/polychromatic
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-06-06 02:06:22 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-06-06 02:06:22 +0200
commitb7ddce075b871bc7030dc7c5bfbb44cd59606f2d (patch)
treec022e1e63b0209668c18cfcb79efc88b5f7dadb4 /pkgs/applications/misc/polychromatic
parent77dc9fc2e7b04d80202fa0a3a91a3853f4dc0f08 (diff)
polychromatic: set meta.mainProgram
Diffstat (limited to 'pkgs/applications/misc/polychromatic')
-rw-r--r--pkgs/applications/misc/polychromatic/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/polychromatic/default.nix b/pkgs/applications/misc/polychromatic/default.nix
index 326ce11b7cd5f..a6079c11b9866 100644
--- a/pkgs/applications/misc/polychromatic/default.nix
+++ b/pkgs/applications/misc/polychromatic/default.nix
@@ -89,5 +89,6 @@ python3Packages.buildPythonApplication rec {
     license = licenses.gpl3;
     platforms = platforms.linux;
     maintainers = with maintainers; [ evanjs ];
+    mainProgram = "polychromatic-controller";
   };
 }