mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: httping: Remove input labels.
* gnu/packages/networking.scm (httping)[native-inputs]: Remove input labels.
This commit is contained in:
parent
6e336a8721
commit
ca9cf7b100
1 changed files with 4 additions and 4 deletions
|
@ -1966,14 +1966,14 @@ (define-public httping
|
|||
(base32
|
||||
"1y7sbgkhgadmd93x1zafqc4yp26ssiv16ni5bbi9vmvvdl55m29y"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)))
|
||||
(inputs
|
||||
(list fftw ncurses openssl))
|
||||
(arguments
|
||||
`(#:make-flags (list ,(string-append "CC=" (cc-for-target))
|
||||
(string-append "PREFIX=" (assoc-ref %outputs "out")))
|
||||
#:tests? #f)) ; no tests
|
||||
(native-inputs
|
||||
(list gettext-minimal))
|
||||
(inputs
|
||||
(list fftw ncurses openssl))
|
||||
(home-page "https://www.vanheusden.com/httping/")
|
||||
(synopsis "Web server latency and throughput monitor")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue