python3Packages.plover: init referencing python3Packages.plover_4

This commit is contained in:
Yueh-Shun Li
2026-04-26 01:19:10 +08:00
parent 0954aa206e
commit 188701672b

View File

@@ -12664,6 +12664,14 @@ self: super: with self; {
plotpy = callPackage ../development/python-modules/plotpy { };
# Plover 5 moves from PyQt5 to PySide6,
# which is a backward-incompatible change to praphical plugins.
# Use Plover 4 for now (2026-04-26),
# as the upstream still warns about this in every Plover 5 release,
# List of unsupported plugins:
# https://github.com/opensteno/plover_plugins_registry/blob/master/unsupported.json
plover = plover_4;
plover-stroke = callPackage ../development/python-modules/plover-stroke { };
plover_4 = callPackage ../development/python-modules/plover/4.nix {