python3Packages.plover_4: move from plover.dev

Co-authored-by: Yueh-Shun Li <shamrocklee@posteo.net>
(cherry picked from commit 0954aa206e)
This commit is contained in:
Gavin John
2025-09-28 19:13:04 -07:00
committed by Yueh-Shun Li
parent e7b971c59a
commit a724290159
3 changed files with 20 additions and 27 deletions

View File

@@ -3,36 +3,27 @@
config,
stdenv,
plover,
buildPythonPackage ? python3Packages.buildPythonPackage,
buildPythonPackage,
fetchFromGitHub,
fetchpatch,
versionCheckHook,
python3Packages,
libsForQt5,
appdirs,
babel,
evdev,
mock,
pyqt5,
pyserial,
pytestCheckHook,
pytest-qt,
plover-stroke,
rtf-tokenize,
setuptools,
wcwidth,
wheel,
xlib,
wrapQtAppsHook,
}:
let
inherit (python3Packages)
buildPythonPackage
appdirs
babel
evdev
mock
pyqt5
pyserial
pytestCheckHook
pytest-qt
plover-stroke
rtf-tokenize
setuptools
wcwidth
wheel
xlib
;
inherit (libsForQt5)
wrapQtAppsHook
;
in
buildPythonPackage rec {
pname = "plover";
version = "4.0.2";

View File

@@ -11913,8 +11913,6 @@ with pkgs;
plex-mpv-shim = python3Packages.callPackage ../applications/video/plex-mpv-shim { };
plover = callPackage ../applications/misc/plover { };
pokefinder = qt6Packages.callPackage ../tools/games/pokefinder { };
pothos = libsForQt5.callPackage ../applications/radio/pothos { };

View File

@@ -12172,6 +12172,10 @@ self: super: with self; {
plover-stroke = callPackage ../development/python-modules/plover-stroke { };
plover_4 = callPackage ../development/python-modules/plover/4.nix {
inherit (pkgs.libsForQt5) wrapQtAppsHook;
};
pluggy = callPackage ../development/python-modules/pluggy { };
pluginbase = callPackage ../development/python-modules/pluginbase { };