about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2024-03-05 22:28:48 +0000
committerSergei Trofimovich <slyich@gmail.com>2024-03-05 22:28:48 +0000
commit913fb1519ce38da9786574d41cd149b084eeab93 (patch)
tree57e43c80e2d9d5dca8773580603d7b8b48f3e1f2 /pkgs/applications/graphics
parent0cfd293af3249b214085553e0ef053141f32099a (diff)
yacreader: add mainProgram
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/yacreader/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/yacreader/default.nix b/pkgs/applications/graphics/yacreader/default.nix
index b70fdfc9d74c3..bb0c1a0e50849 100644
--- a/pkgs/applications/graphics/yacreader/default.nix
+++ b/pkgs/applications/graphics/yacreader/default.nix
@@ -22,6 +22,7 @@ mkDerivation rec {
     description = "A comic reader for cross-platform reading and managing your digital comic collection";
     homepage = "http://www.yacreader.com";
     license = lib.licenses.gpl3;
+    mainProgram = "YACReader";
     maintainers = with lib.maintainers; [ ];
   };
 }