From b7199d242e645d8ea41bd991cc17a7021fcf5a40 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Fri, 26 Nov 2021 09:38:06 +0200 Subject: musescore: Fix some qt issues - Force use QT_QPA_PLATFORM=xcb since setting it to `wayland` causes some GUI issues. - Use qt515 - There are no issues with it at least now (it was set to qt514 in commit c3cd2be2e2f504a0e054275b705bd09c39e3038a). - Don't disable QML cache since it's been a long time since the update from 3.4.2 to 3.5.0 of musescore. - Add @doronbehar as maintainer. --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/top-level') diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 7a9d7517def..89601cd2661 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -27023,7 +27023,7 @@ with pkgs; if stdenv.isDarwin then callPackage ../applications/audio/musescore/darwin.nix { } else - libsForQt514.callPackage ../applications/audio/musescore { }; + libsForQt5.callPackage ../applications/audio/musescore { }; mmh = callPackage ../applications/networking/mailreaders/mmh { }; mutt = callPackage ../applications/networking/mailreaders/mutt { }; -- cgit 1.4.1