about summary refs log tree commit diff
path: root/pkgs/applications/kde/keysmith.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/keysmith.nix')
-rw-r--r--pkgs/applications/kde/keysmith.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/kde/keysmith.nix b/pkgs/applications/kde/keysmith.nix
index eaca7f68e24b..cca4d2ece563 100644
--- a/pkgs/applications/kde/keysmith.nix
+++ b/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 ];