python3Packages.plover_4: move from plover.dev
Co-authored-by: Yueh-Shun Li <shamrocklee@posteo.net>
This commit is contained in:
committed by
Yueh-Shun Li
co-authored by
Yueh-Shun Li
parent
c6f8d43c60
commit
0954aa206e
+16
-25
@@ -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";
|
||||
@@ -10132,8 +10132,6 @@ with pkgs;
|
||||
|
||||
plex-mpv-shim = python3Packages.callPackage ../applications/video/plex-mpv-shim { };
|
||||
|
||||
plover = callPackage ../applications/misc/plover { };
|
||||
|
||||
# perhaps there are better apps for this task? It's how I had configured my previous system.
|
||||
# And I don't want to rewrite all rules
|
||||
profanity = callPackage ../applications/networking/instant-messengers/profanity (
|
||||
|
||||
@@ -12666,6 +12666,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 { };
|
||||
|
||||
Reference in New Issue
Block a user