Commit e4e48d0b authored by Doron Behar's avatar Doron Behar
Browse files

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

parent 2b608465
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,12 +120,12 @@ in stdenv'.mkDerivation (finalAttrs: {
    qtbase
    qtdeclarative
    qt5compat
    qtwayland
    qtsvg
    qtscxml
    qtnetworkauth
  ] ++ lib.optionals stdenv.isLinux [
    alsa-lib
    qtwayland
  ];

  postInstall = ''