about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-06 18:01:19 +0000
committerGitHub <noreply@github.com>2024-03-06 18:01:19 +0000
commit8a8a630460413b06ebb48a4ff69d649071c4a245 (patch)
tree529ab1bcded2e82160d50df72bd3c4f46276c946 /pkgs/applications/graphics
parentd6370b05b5a3b0ae1292d9dd3ef823b22ce37c4e (diff)
parent58ae79ea707579c40102ddf62d84b902a987c58b (diff)
Merge master into staging-next
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; [ ];
   };
 }