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
preConfigure = "patchShebangs configure";
# FIXME: missing nacl/libcli and a *working* libnetfilter_conntrack
# The following tools will be missing: curvetun flowtop mausezahn
# FIXME: add missing nacl to build curvetun
buildInputs = [ bison flex geoip libcli libnet libnl libnetfilter_conntrack
libpcap liburcu ncurses perl pkgconfig which zlib ];