Merge pull request #197747 from sinavir/musescore_overridable_QT_env_var
This commit is contained in:
commit
0ad1d02c69
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue