about summary refs log tree commit diff
path: root/pkgs/applications/audio/helvum/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/helvum/default.nix')
-rw-r--r--pkgs/applications/audio/helvum/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/helvum/default.nix b/pkgs/applications/audio/helvum/default.nix
index c293c3384d57a..76a1ce2d27ead 100644
--- a/pkgs/applications/audio/helvum/default.nix
+++ b/pkgs/applications/audio/helvum/default.nix
@@ -58,5 +58,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl3Only;
     maintainers = with maintainers; [ fufexan ];
     platforms = platforms.linux;
+    mainProgram = "helvum";
   };
 }