guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/46: gnu: httping: Remove input labels.


From: guix-commits
Subject: 17/46: gnu: httping: Remove input labels.
Date: Fri, 16 Dec 2022 21:38:57 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ca9cf7b1002b1821b19a65d77fb7736a03232433
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:00 2022 +0100

    gnu: httping: Remove input labels.
    
    * gnu/packages/networking.scm (httping)[native-inputs]:
    Remove input labels.
---
 gnu/packages/networking.scm | 8 ++++----
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]