Loading pkgs/applications/misc/plover/default.nix +67 −64 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ config, stdenv, plover, buildPythonPackage ? python3Packages.buildPythonPackage, fetchFromGitHub, fetchpatch, versionCheckHook, Loading Loading @@ -32,8 +33,6 @@ let wrapQtAppsHook ; in { dev = ( buildPythonPackage rec { pname = "plover"; version = "4.0.2"; Loading Loading @@ -103,8 +102,12 @@ in broken = stdenv.hostPlatform.isDarwin; }; } ); } // lib.optionalAttrs config.allowAliases { stable = throw "plover.stable was removed because it used Python 2. Use plover.dev instead."; # added 2022-06-05 # TODO: After 26.05 branch-off, remove these aliases dev = if lib.versionOlder "25.05" lib.version then throw "plover.dev was renamed. Use plover-dev instead." # added 2025-06-05` else plover; stable = throw "plover.stable was renamed. Use plover instead."; # added 2022-06-05; updated 2025-06-27 } Loading
pkgs/applications/misc/plover/default.nix +67 −64 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ config, stdenv, plover, buildPythonPackage ? python3Packages.buildPythonPackage, fetchFromGitHub, fetchpatch, versionCheckHook, Loading Loading @@ -32,8 +33,6 @@ let wrapQtAppsHook ; in { dev = ( buildPythonPackage rec { pname = "plover"; version = "4.0.2"; Loading Loading @@ -103,8 +102,12 @@ in broken = stdenv.hostPlatform.isDarwin; }; } ); } // lib.optionalAttrs config.allowAliases { stable = throw "plover.stable was removed because it used Python 2. Use plover.dev instead."; # added 2022-06-05 # TODO: After 26.05 branch-off, remove these aliases dev = if lib.versionOlder "25.05" lib.version then throw "plover.dev was renamed. Use plover-dev instead." # added 2025-06-05` else plover; stable = throw "plover.stable was renamed. Use plover instead."; # added 2022-06-05; updated 2025-06-27 }