Commit 0954aa20 authored by Gavin John's avatar Gavin John Committed by Yueh-Shun Li
Browse files

python3Packages.plover_4: move from plover.dev

parent c6f8d43c
Loading
Loading
Loading
Loading
+16 −25
Original line number Diff line number Diff line
@@ -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";
+0 −2
Original line number Diff line number Diff line
@@ -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 (
+4 −0
Original line number Diff line number Diff line
@@ -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 { };