summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2020-12-19 19:03:08 +0000
committerOrivej Desh <orivej@gmx.fr>2020-12-19 19:16:37 +0000
commitc3cd2be2e2f504a0e054275b705bd09c39e3038a (patch)
tree522950b0249921966d2888e89cdbb3fc51f67e33
parentbaa11a519eb9a49d583a83180c0e639e3f66974f (diff)
musescore: build with Qt 5.14
With Qt 5.15 it starts but does not show any palettes (in the View->Palettes view).
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 3937ae566e68..2a90c00e115f 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -22940,7 +22940,7 @@ in
if stdenv.isDarwin then
callPackage ../applications/audio/musescore/darwin.nix { }
else
- libsForQt5.callPackage ../applications/audio/musescore { };
+ libsForQt514.callPackage ../applications/audio/musescore { };
mmh = callPackage ../applications/networking/mailreaders/mmh { };
mutt = callPackage ../applications/networking/mailreaders/mutt { };