about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/kde/keysmith.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/kde/keysmith.nix')
-rw-r--r--nixpkgs/pkgs/applications/kde/keysmith.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/kde/keysmith.nix b/nixpkgs/pkgs/applications/kde/keysmith.nix
index eaca7f68e24b..cca4d2ece563 100644
--- a/nixpkgs/pkgs/applications/kde/keysmith.nix
+++ b/nixpkgs/pkgs/applications/kde/keysmith.nix
@@ -31,6 +31,7 @@ mkDerivation rec {
 
   meta = with lib; {
     description = "OTP client for Plasma Mobile and Desktop";
+    mainProgram = "keysmith";
     license = licenses.gpl3;
     homepage = "https://github.com/KDE/keysmith";
     maintainers = with maintainers; [ samueldr shamilton ];