polysh: remove

Uses python2 and abandoned by upstream in 2012.
This commit is contained in:
Martin Weinelt
2022-01-02 13:38:12 +01:00
parent 997c1274bd
commit 7409e5411b
3 changed files with 1 additions and 27 deletions
-25
View File
@@ -1,25 +0,0 @@
{ lib, fetchurl, python2Packages }:
let
inherit (python2Packages) buildPythonApplication;
in
buildPythonApplication rec {
pname = "polysh";
version = "0.4";
src = fetchurl {
url = "http://guichaz.free.fr/polysh/files/${pname}-${version}.tar.bz2";
sha256 = "0kxhp38c8a8hc8l86y53l2z5zpzxc4b8lx5zyzmq1badcrfc4mh4";
};
meta = with lib; {
description = "A tool to aggregate several remote shells into one";
longDescription = ''
Polysh is a tool to aggregate several remote shells into one. It
is used to launch an interactive remote shell on many machines
at once.
'';
maintainers = [ maintainers.astsmtl ];
homepage = "http://guichaz.free.fr/polysh/";
license = licenses.gpl2;
};
}
+1
View File
@@ -724,6 +724,7 @@ mapAliases ({
plexpy = tautulli; # plexpy got renamed to tautulli, added 2019-02-22
pmtools = acpica-tools; # added 2018-11-01
polarssl = mbedtls; # added 2018-04-25
polysh = throw "polysh has been removed from nixpkgs as the upstream has abandoned the project."; # added 2022-01-01
poppler_qt5 = libsForQt5.poppler; # added 2015-12-19
postgresql96 = postgresql_9_6;
postgresql_9_6 = throw "postgresql_9_6 has been removed from nixpkgs, as this version is no longer supported by upstream"; # added 2021-12-03
-2
View File
@@ -8864,8 +8864,6 @@ with pkgs;
poly2tri-c = callPackage ../development/libraries/poly2tri-c { };
polysh = callPackage ../tools/networking/polysh { };
ponysay = callPackage ../tools/misc/ponysay { };
popfile = callPackage ../tools/text/popfile { };