From cdab1c28507209332cc064ddfa724e7b418c1ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anselm=20Sch=C3=BCler?= Date: Sun, 5 Feb 2023 14:42:21 +0100 Subject: musescore: meta.mainProgram = "mscore" --- pkgs/applications/audio/musescore/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/audio/musescore/default.nix b/pkgs/applications/audio/musescore/default.nix index 531ed8569d5d..97f71a1b48f8 100644 --- a/pkgs/applications/audio/musescore/default.nix +++ b/pkgs/applications/audio/musescore/default.nix @@ -60,5 +60,6 @@ mkDerivation rec { # Darwin requires CoreMIDI from SDK 11.3, we use the upstream built .dmg # file in ./darwin.nix in the meantime. platforms = platforms.linux; + mainProgram = "mscore"; }; } -- cgit v1.2.3