me
/
guix
Archived
1
0
Fork 0

gnu: httping: Remove input labels.

* gnu/packages/networking.scm (httping)[native-inputs]:
Remove input labels.
master
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
1 changed files with 4 additions and 4 deletions

View File

@ -1966,14 +1966,14 @@ transmission protocol (SCTP) in a Go application.")
(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