about summary refs log tree commit diff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorarthsmn <arth.sh@proton.me>2024-01-14 18:15:33 -0300
committerYaya <github@uwu.is>2024-01-15 13:05:30 +0100
commit3a8951ea934193f4fc73ad8f8558f65fb7790e65 (patch)
treec112d78a502386e023c9805f3f835ef7d19dd0fd /pkgs/applications/kde
parent1c79be688f5ed9183a69c939e97c04ce9be2220d (diff)
gwenview: add mainProgram
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/gwenview.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/kde/gwenview.nix b/pkgs/applications/kde/gwenview.nix
index c4dc46f38afba..2913f7a464558 100644
--- a/pkgs/applications/kde/gwenview.nix
+++ b/pkgs/applications/kde/gwenview.nix
@@ -14,6 +14,7 @@ mkDerivation {
     description = "KDE image viewer";
     license = with lib.licenses; [ gpl2Plus fdl12Plus ];
     maintainers = [ lib.maintainers.ttuegel ];
+    mainProgram = "gwenview";
   };
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
   buildInputs = [