musescore: add qtwayland only on Linux - where it is supported

This commit is contained in:
Doron Behar
2024-09-06 12:05:34 +03:00
parent 2b60846510
commit e4e48d0b7c
@@ -120,12 +120,12 @@ in stdenv'.mkDerivation (finalAttrs: {
qtbase
qtdeclarative
qt5compat
qtwayland
qtsvg
qtscxml
qtnetworkauth
] ++ lib.optionals stdenv.isLinux [
alsa-lib
qtwayland
];
postInstall = ''