Musescore: make QT_QPA_PLATFORM env var overridable

This commit is contained in:
sinavir
2022-10-25 16:55:24 +02:00
parent 9237fad409
commit 4135fb7eaf
@@ -31,7 +31,7 @@ mkDerivation rec {
"--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libjack2 ]}"
# There are some issues with using the wayland backend, see:
# https://musescore.org/en/node/321936
"--set QT_QPA_PLATFORM xcb"
"--set-default QT_QPA_PLATFORM xcb"
];
nativeBuildInputs = [ cmake pkg-config ];