netsniff-ng: flowtop is now included

This commit is contained in:
Tobias Geerinckx-Rice 2015-01-17 16:17:55 +01:00
parent 6b957783a5
commit b37e3f6233

View File

@ -16,8 +16,7 @@ stdenv.mkDerivation rec {
# ./configure is not autoGNU but some home-brewn magic # ./configure is not autoGNU but some home-brewn magic
preConfigure = "patchShebangs configure"; preConfigure = "patchShebangs configure";
# FIXME: missing nacl/libcli and a *working* libnetfilter_conntrack # FIXME: add missing nacl to build curvetun
# The following tools will be missing: curvetun flowtop mausezahn
buildInputs = [ bison flex geoip libcli libnet libnl libnetfilter_conntrack buildInputs = [ bison flex geoip libcli libnet libnl libnetfilter_conntrack
libpcap liburcu ncurses perl pkgconfig which zlib ]; libpcap liburcu ncurses perl pkgconfig which zlib ];