about summary refs log tree commit diff
path: root/pkgs/applications/kde/kfind.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kfind.nix')
-rw-r--r--pkgs/applications/kde/kfind.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/kde/kfind.nix b/pkgs/applications/kde/kfind.nix
index 2c96b17dea19..e7449660fcd5 100644
--- a/pkgs/applications/kde/kfind.nix
+++ b/pkgs/applications/kde/kfind.nix
@@ -9,6 +9,7 @@ mkDerivation {
   meta = {
     homepage = "https://apps.kde.org/kfind/";
     description = "Find files/folders";
+    mainProgram = "kfind";
     license = with lib.licenses; [ gpl2 ];
     maintainers = [ lib.maintainers.iblech ];
   };