gnu: fping: Enable IPv6 support.

* gnu/packages/networking.scm (fping)[arguments]: New field.
This commit is contained in:
Marius Bakke 2022-01-28 11:12:06 +01:00
parent 4657a39270
commit 7971f88e83
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1606,6 +1606,7 @@ (define-public fping
(sha256
(base32 "1f2prmii4fyl44cfykp40hp4jjhicrhddh9v3dfs11j6nsww0f7d"))))
(build-system gnu-build-system)
(arguments '(#:configure-flags '("--enable-ipv6")))
(home-page "https://fping.org/")
(synopsis "Send ICMP ECHO_REQUEST packets to network hosts")
(description