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:
parent
bb38f0570d
commit
ee36b1cd5b
1 changed files with 1 additions and 1 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue