about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/maui/shelf.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/maui/shelf.nix')
-rw-r--r--nixpkgs/pkgs/applications/maui/shelf.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/maui/shelf.nix b/nixpkgs/pkgs/applications/maui/shelf.nix
index 3ac804512531..1c1b53a8e1e9 100644
--- a/nixpkgs/pkgs/applications/maui/shelf.nix
+++ b/nixpkgs/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 ];