musescore: fix JACK output (#135740)

It needs to load libjack in audio/drivers/jackweakapi.cpp.
launchpad/nixpkgs/master
Orivej Desh 3 years ago committed by GitHub
parent 413756ce49
commit a8ec48a4c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/applications/audio/musescore/default.nix

@ -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…
Cancel
Save