diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:03 +0100 |
commit | ca9cf7b1002b1821b19a65d77fb7736a03232433 (patch) | |
tree | 761496e6ba421a42ff924bc9c10a637ca74003cf /gnu/packages | |
parent | 6e336a8721b113b76d70e033443c69e21cae012a (diff) |
gnu: httping: Remove input labels.
* gnu/packages/networking.scm (httping)[native-inputs]:
Remove input labels.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/networking.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index ac6cfb2a32..77284c05e1 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -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 |