From e4e48d0b7ce20baa319a2a974335aa514df7a1de Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Fri, 6 Sep 2024 12:05:34 +0300 Subject: [PATCH] musescore: add qtwayland only on Linux - where it is supported --- pkgs/applications/audio/musescore/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/musescore/default.nix b/pkgs/applications/audio/musescore/default.nix index e87619a88607..c5a17ba57061 100644 --- a/pkgs/applications/audio/musescore/default.nix +++ b/pkgs/applications/audio/musescore/default.nix @@ -120,12 +120,12 @@ in stdenv'.mkDerivation (finalAttrs: { qtbase qtdeclarative qt5compat - qtwayland qtsvg qtscxml qtnetworkauth ] ++ lib.optionals stdenv.isLinux [ alsa-lib + qtwayland ]; postInstall = ''