musescore: fix Darwin build

This commit is contained in:
Doron Behar 2024-09-08 01:13:28 +03:00
parent e4e48d0b7c
commit e078384da5

View File

@ -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 = ''