plover.dev: fix Qt version pinning

Issue report: https://github.com/NixOS/nixpkgs/issues/65399#issuecomment-719066888

Similar issues in #98067.

Plover seems to work fine with Qt > 5.14 so this is an easy way to fix
the problem (as opposed to keeping the pinning and making it work with
PyQt).
This commit is contained in:
Pierre Bourdon 2020-10-30 04:13:22 +01:00 committed by Frederik Rietdijk
parent bb38f0570d
commit ee36b1cd5b

View file

@ -22934,7 +22934,7 @@ in
plex-mpv-shim = python3Packages.callPackage ../applications/video/plex-mpv-shim { };
plover = recurseIntoAttrs (libsForQt514.callPackage ../applications/misc/plover { });
plover = recurseIntoAttrs (libsForQt5.callPackage ../applications/misc/plover { });
plugin-torture = callPackage ../applications/audio/plugin-torture { };