polysh: remove
Uses python2 and abandoned by upstream in 2012.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
@@ -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
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user