plover.stable: move deprecation behind allowAliases (#395787)
This commit is contained in:
commit
fcec87c2f6
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
|
config,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
python3Packages,
|
python3Packages,
|
||||||
wmctrl,
|
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 =
|
dev =
|
||||||
with python3Packages;
|
with python3Packages;
|
||||||
mkDerivationWith buildPythonPackage rec {
|
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
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user