mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: fping: Enable IPv6 support.
* gnu/packages/networking.scm (fping)[arguments]: New field.
This commit is contained in:
parent
4657a39270
commit
7971f88e83
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue