From e078384da51ae22a52d65f55759a8db4f0c3baaa Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sun, 8 Sep 2024 01:13:28 +0300 Subject: [PATCH] musescore: fix Darwin build --- pkgs/applications/audio/musescore/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/audio/musescore/default.nix b/pkgs/applications/audio/musescore/default.nix index c5a17ba57061..fbfc50a1a684 100644 --- a/pkgs/applications/audio/musescore/default.nix +++ b/pkgs/applications/audio/musescore/default.nix @@ -126,6 +126,8 @@ in stdenv'.mkDerivation (finalAttrs: { ] ++ lib.optionals stdenv.isLinux [ alsa-lib qtwayland + ] ++ lib.optionals stdenv.isDarwin [ + darwin.apple_sdk_11_0.frameworks.Cocoa ]; postInstall = ''