about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/kde/kweather.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/kde/kweather.nix')
-rw-r--r--nixpkgs/pkgs/applications/kde/kweather.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/kde/kweather.nix b/nixpkgs/pkgs/applications/kde/kweather.nix
index d6a1f999ce65..b9a5fc04f6df 100644
--- a/nixpkgs/pkgs/applications/kde/kweather.nix
+++ b/nixpkgs/pkgs/applications/kde/kweather.nix
@@ -41,6 +41,7 @@ mkDerivation rec {
 
   meta = with lib; {
     description = "Weather application for Plasma Mobile";
+    mainProgram = "kweather";
     homepage = "https://invent.kde.org/plasma-mobile/kweather";
     license = with licenses; [ gpl2Plus cc-by-40 ];
     maintainers = with maintainers; [ samueldr ];