about summary refs log tree commit diff
path: root/pkgs/applications/audio/helio-workstation/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/helio-workstation/default.nix')
-rw-r--r--pkgs/applications/audio/helio-workstation/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/helio-workstation/default.nix b/pkgs/applications/audio/helio-workstation/default.nix
index 0b92b23d1800..eaaa197a9c6a 100644
--- a/pkgs/applications/audio/helio-workstation/default.nix
+++ b/pkgs/applications/audio/helio-workstation/default.nix
@@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "One music sequencer for all major platforms, both desktop and mobile";
+    mainProgram = "helio";
     homepage = "https://helio.fm/";
     license = licenses.gpl3Only;
     maintainers = [ maintainers.suhr ];