about summary refs log tree commit diff
path: root/pkgs/applications/kde/krecorder.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/krecorder.nix')
-rw-r--r--pkgs/applications/kde/krecorder.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/kde/krecorder.nix b/pkgs/applications/kde/krecorder.nix
index 71164d1b02d4..afa5ddee2ed6 100644
--- a/pkgs/applications/kde/krecorder.nix
+++ b/pkgs/applications/kde/krecorder.nix
@@ -35,6 +35,7 @@ mkDerivation rec {
 
   meta = with lib; {
     description = "Audio recorder for Plasma Mobile";
+    mainProgram = "krecorder";
     homepage = "https://invent.kde.org/plasma-mobile/krecorder";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ samueldr ];