Loading pkgs/applications/misc/plover/default.nix +4 −2 Original line number Diff line number Diff line { lib, config, fetchFromGitHub, python3Packages, wmctrl, Loading @@ -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 { Loading Loading @@ -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
pkgs/applications/misc/plover/default.nix +4 −2 Original line number Diff line number Diff line { lib, config, fetchFromGitHub, python3Packages, wmctrl, Loading @@ -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 { Loading Loading @@ -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 }