gnu: httping: Remove input labels.

* gnu/packages/networking.scm (httping)[native-inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2022-12-11 01:00:00 +01:00
parent 6e336a8721
commit ca9cf7b100
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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