me
/
guix
Archived
1
0
Fork 0

gnu: fping: Enable IPv6 support.

* gnu/packages/networking.scm (fping)[arguments]: New field.
master
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
1 changed files with 1 additions and 0 deletions

View File

@ -1606,6 +1606,7 @@ network frames.")
(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