about summary refs log tree commit diff
path: root/pkgs/applications/misc/zathura
diff options
context:
space:
mode:
authorJosh Cooper <josh@cooper.is>2021-12-14 18:23:47 +0900
committerJosh Cooper <josh@cooper.is>2021-12-14 18:26:02 +0900
commit768b496015b73ad387b3c86a50446f82451b61b0 (patch)
treed635f2eda59cdceb2337c4be8bd95249e203085a /pkgs/applications/misc/zathura
parent089c6bf411b3172e545b7a35275f2277b93727a0 (diff)
zathura: add mainProgram
Diffstat (limited to 'pkgs/applications/misc/zathura')
-rw-r--r--pkgs/applications/misc/zathura/wrapper.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/zathura/wrapper.nix b/pkgs/applications/misc/zathura/wrapper.nix
index 49f78729a310c..ccbde19d2aa3e 100644
--- a/pkgs/applications/misc/zathura/wrapper.nix
+++ b/pkgs/applications/misc/zathura/wrapper.nix
@@ -33,5 +33,6 @@ symlinkJoin {
     license = licenses.zlib;
     platforms = platforms.unix;
     maintainers = with maintainers; [ smironov globin TethysSvensson ];
+    mainProgram = "zathura";
   };
 }