about summary refs log tree commit diff
path: root/pkgs/applications/maui/shelf.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/maui/shelf.nix')
-rw-r--r--pkgs/applications/maui/shelf.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/maui/shelf.nix b/pkgs/applications/maui/shelf.nix
index 3ac804512531..1c1b53a8e1e9 100644
--- a/pkgs/applications/maui/shelf.nix
+++ b/pkgs/applications/maui/shelf.nix
@@ -43,6 +43,7 @@ mkDerivation {
 
   meta = with lib; {
     description = "Document and EBook collection manager";
+    mainProgram = "shelf";
     homepage = "https://invent.kde.org/maui/shelf";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ onny ];