fping: enable IPv6 (provides fping6 binary) (#21950)

This commit is contained in:
Tristan Helmich 2017-01-17 11:54:03 +01:00 committed by Franz Pletz
parent a42044c6b5
commit c885570944

View File

@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "082pis2c2ad6kkj35zmsf6xb2lm8v8hdrnjiwl529ldk3kyqxcjb";
};
configureFlags = [ "--enable-ipv6" "--enable-ipv4" ];
meta = {
homepage = "http://fping.org/";
description = "Send ICMP echo probes to network hosts";