3
0
Fork 0
forked from mirrors/nixpkgs

nc6: remove

The download sources are gone and the program is obsolete now that
the popular versions of netcat support IPv6. See:
http://www.deepspace6.net/projects/netcat6.html
This commit is contained in:
Sean Bartell 2016-10-28 10:54:33 -05:00
parent 0cf03e02ae
commit 64b1fe26a7
2 changed files with 0 additions and 20 deletions

View file

@ -1,18 +0,0 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation {
name = "nc6-1.0";
src = fetchurl {
urls = [
ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/nc6-1.0.tar.bz2
http://fossies.org/linux/privat/nc6-1.0.tar.bz2
];
sha256 = "01l28zv1yal58ilfnz6albdzqqxzsx3a58vmc14r9gv0bahffdgb";
};
meta = {
description = "A netcat implementation with IPv6 support";
homepage = http://www.deepspace6.net/projects/netcat6.html;
};
}

View file

@ -2783,8 +2783,6 @@ in
nco = callPackage ../development/libraries/nco { };
nc6 = callPackage ../tools/networking/nc6 { };
ncftp = callPackage ../tools/networking/ncftp { };
ncompress = callPackage ../tools/compression/ncompress { };