musescore: fix JACK output (#135740)
It needs to load libjack in audio/drivers/jackweakapi.cpp.
This commit is contained in:
parent
413756ce49
commit
a8ec48a4c7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user