about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-05-02 14:45:04 +0200
committerGitHub <noreply@github.com>2024-05-02 14:45:04 +0200
commitd944b34b97fb50ad72472f0417805756e6381534 (patch)
tree614a08bf099582096af5e6090cec6471979bd9ed /pkgs/applications
parent1f84352d10ff89f51f99963f9f3e20f1e4d821cd (diff)
parent51517cbfbc9d1164bdfebe1fff4b00a67e251ae0 (diff)
Merge pull request #308501 from bbenno/fix-vcv-rack
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/vcv-rack/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/vcv-rack/default.nix b/pkgs/applications/audio/vcv-rack/default.nix
index c086436de09ff..8f107ee2cb9c3 100644
--- a/pkgs/applications/audio/vcv-rack/default.nix
+++ b/pkgs/applications/audio/vcv-rack/default.nix
@@ -250,6 +250,7 @@ stdenv.mkDerivation rec {
     # no-derivatives clause
     license = with licenses; [ gpl3Plus cc-by-nc-40 unfreeRedistributable ];
     maintainers = with maintainers; [ nathyong jpotier ddelabru ];
+    mainProgram = "Rack";
     platforms = platforms.linux;
   };
 }