ntop: remove dead package

Broken since 2013. Discontinued. Use ntopng.
This commit is contained in:
Tobias Geerinckx-Rice 2016-01-13 01:31:46 +01:00
parent 44274f62f5
commit f85b5c4c07
2 changed files with 0 additions and 29 deletions

View file

@ -1,27 +0,0 @@
{ stdenv, fetchurl, autoconf, automake, libtool, wget, libpcap, gdbm, zlib, openssl, rrdtool
, python, geoip }:
stdenv.mkDerivation rec {
name = "ntop-4.1.0";
src = fetchurl {
url = "mirror://sourceforge/ntop/${name}.tar.gz";
sha256 = "19440gnswnqwvkbzpay9hzmnfnhbyc2ifpl2jri8dhcyhxima7n7";
};
preConfigure = ''
./autogen.sh
cp ${libtool}/share/aclocal/libtool.m4 libtool.m4.in
'';
nativeBuildInputs = [ autoconf automake libtool wget libpcap gdbm zlib openssl rrdtool
python geoip ];
meta = {
description = "Traffic analysis with NetFlow and sFlow support";
license = stdenv.lib.licenses.gpl3Plus;
homepage = http://www.ntop.org/products/ntop/;
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}

View file

@ -2478,8 +2478,6 @@ let
# ntfsprogs are merged into ntfs-3g
ntfsprogs = pkgs.ntfs3g;
ntop = callPackage ../tools/networking/ntop { };
ntopng = callPackage ../tools/networking/ntopng { };
ntp = callPackage ../tools/networking/ntp {