musescore: fix JACK output (#135740)

It needs to load libjack in audio/drivers/jackweakapi.cpp.
This commit is contained in:
Orivej Desh 2021-08-27 19:17:33 +00:00 committed by GitHub
parent 413756ce49
commit a8ec48a4c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,6 +27,8 @@ mkDerivation rec {
];
qtWrapperArgs = [
# MuseScore JACK backend loads libjack at runtime.
"--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libjack2 ]}"
# Work around crash on update from 3.4.2 to 3.5.0
# https://bugreports.qt.io/browse/QTBUG-85967
"--set QML_DISABLE_DISK_CACHE 1"