about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/kde/kasts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/kde/kasts.nix')
-rw-r--r--nixpkgs/pkgs/applications/kde/kasts.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/kde/kasts.nix b/nixpkgs/pkgs/applications/kde/kasts.nix
index 59b455398203..e0f00a1db204 100644
--- a/nixpkgs/pkgs/applications/kde/kasts.nix
+++ b/nixpkgs/pkgs/applications/kde/kasts.nix
@@ -59,6 +59,7 @@ mkDerivation rec {
 
   meta = with lib; {
     description = "Mobile podcast application";
+    mainProgram = "kasts";
     homepage = "https://apps.kde.org/kasts/";
     # https://invent.kde.org/plasma-mobile/kasts/-/tree/master/LICENSES
     license = with licenses; [ bsd2 cc-by-sa-40 cc0 gpl2Only gpl2Plus gpl3Only gpl3Plus lgpl3Plus ];