about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/kde/kapptemplate.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/kde/kapptemplate.nix')
-rw-r--r--nixpkgs/pkgs/applications/kde/kapptemplate.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/kde/kapptemplate.nix b/nixpkgs/pkgs/applications/kde/kapptemplate.nix
index 447b2d009b60..38b671bc382d 100644
--- a/nixpkgs/pkgs/applications/kde/kapptemplate.nix
+++ b/nixpkgs/pkgs/applications/kde/kapptemplate.nix
@@ -15,6 +15,7 @@ mkDerivation {
 
   meta = with lib; {
     description = "KDE App Code Template Generator";
+    mainProgram = "kapptemplate";
     license = licenses.gpl2;
     homepage = "https://kde.org/applications/en/development/org.kde.kapptemplate";
     maintainers = [ maintainers.shamilton ];