about summary refs log tree commit diff
path: root/nixpkgs/pkgs/by-name/ch/chess-clock/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/by-name/ch/chess-clock/package.nix')
-rw-r--r--nixpkgs/pkgs/by-name/ch/chess-clock/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/by-name/ch/chess-clock/package.nix b/nixpkgs/pkgs/by-name/ch/chess-clock/package.nix
index f8fc0f9baa9a..9e36fc97d00a 100644
--- a/nixpkgs/pkgs/by-name/ch/chess-clock/package.nix
+++ b/nixpkgs/pkgs/by-name/ch/chess-clock/package.nix
@@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Time games of over-the-board chess";
+    mainProgram = "chess-clock";
     homepage = "https://gitlab.gnome.org/World/chess-clock";
     changelog = "https://gitlab.gnome.org/World/chess-clock/-/releases/v${version}";
     license = licenses.gpl3Plus;