bittornado: remove

It is unmaintained and does not build.
This commit is contained in:
Robert Schütz 2018-11-26 15:50:10 +01:00
parent 88570538b3
commit a6c90e135e
2 changed files with 0 additions and 28 deletions

View File

@ -1,26 +0,0 @@
{ lib, python3, fetchFromGitHub }:
python3.pkgs.buildPythonApplication rec {
pname = "BitTornado";
version = "unstable-2018-02-09";
src = fetchFromGitHub {
owner = "effigies";
repo = "BitTornado";
rev = "a3e6d8bcdf9d99de064dc58b4a3e909e0349e589";
sha256 = "099bci3as592psf8ymmz225qyz2lbjhya7g50cb7hk64k92mqk9k";
};
postFixup = ''
for i in $(ls $out/bin); do
mv $out/bin/$i $out/bin/''${i%.py}
done
'';
meta = with lib; {
inherit (src.meta) homepage;
description = "John Hoffman's fork of the original bittorrent";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
};
}

View File

@ -940,8 +940,6 @@ with pkgs;
bitbucket-cli = python2Packages.bitbucket-cli;
bittornado = callPackage ../tools/networking/p2p/bittornado { };
blink = callPackage ../applications/networking/instant-messengers/blink { };
blockhash = callPackage ../tools/graphics/blockhash { };