about summary refs log tree commit diff
path: root/pkgs/applications/audio/pianobooster/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/pianobooster/default.nix')
-rw-r--r--pkgs/applications/audio/pianobooster/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/pianobooster/default.nix b/pkgs/applications/audio/pianobooster/default.nix
index 7d62aa61d6b0..a83c5ee7e401 100644
--- a/pkgs/applications/audio/pianobooster/default.nix
+++ b/pkgs/applications/audio/pianobooster/default.nix
@@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "A MIDI file player that teaches you how to play the piano";
+    mainProgram = "pianobooster";
     homepage = "https://github.com/pianobooster/PianoBooster";
     license = licenses.gpl3Plus;
     platforms = platforms.linux;