Commit 2ba55c4a authored by jopejoe1's avatar jopejoe1
Browse files

plover.stable: move deprication behinde allowAliases

parent 4b9a1519
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
{
  lib,
  config,
  fetchFromGitHub,
  python3Packages,
  wmctrl,
@@ -8,8 +9,6 @@
}:

{
  stable = throw "plover.stable was removed because it used Python 2. Use plover.dev instead."; # added 2022-06-05

  dev =
    with python3Packages;
    mkDerivationWith buildPythonPackage rec {
@@ -58,3 +57,6 @@
      '';
    };
}
// lib.optionalAttrs config.allowAliases {
  stable = throw "plover.stable was removed because it used Python 2. Use plover.dev instead."; # added 2022-06-05
}