google-musicmanager: pin to qt514

This commit is contained in:
Thomas Tuegel 2020-09-07 14:59:23 -05:00
parent e2585d78a9
commit 8a216e785c
1 changed files with 1 additions and 1 deletions

View File

@ -20410,7 +20410,7 @@ in
inherit (ocamlPackages) google-drive-ocamlfuse;
google-musicmanager = callPackage ../applications/audio/google-musicmanager {
inherit (qt5) qtbase qtwebkit;
inherit (qt514) qtbase qtwebkit;
# Downgrade to 1.34 to get libidn.so.11
libidn = (libidn.overrideAttrs (oldAttrs: {
src = fetchurl {