guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: stunnel: Remove input labels.


From: guix-commits
Subject: 06/08: gnu: stunnel: Remove input labels.
Date: Sun, 9 Jan 2022 18:34:03 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 895be05f74218b93a347f8e0d88aa169954dd4e0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 9 03:55:25 2022 +0100

    gnu: stunnel: Remove input labels.
    
    * gnu/packages/web.scm (stunnel)[native-inputs, inputs]:
    Remove input labels.
---
 gnu/packages/web.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index c3821fb325..b2e1e66546 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5802,13 +5802,6 @@ tools like SSH (Secure Shell) to reach the outside 
world.")
       (sha256
        (base32 "0yjx07r5wc987s4z0wm37381fa3az2s4mrhyjxypx3rd92k0rsli"))))
   (build-system gnu-build-system)
-  (native-inputs
-   ;; For tests.
-   `(("iproute" ,iproute)
-     ("netcat" ,netcat)
-     ("procps" ,procps)
-     ("python" ,python)))
-  (inputs (list openssl))
   (arguments
    (list #:configure-flags
          #~(list (string-append "--with-ssl="
@@ -5828,6 +5821,13 @@ tools like SSH (Secure Shell) to reach the outside 
world.")
                  (let* ((doc (string-append #$output "/share/doc/"
                                             #$name "-" #$version)))
                    (for-each delete-file (find-files doc "^INSTALL"))))))))
+  (native-inputs
+   ;; For tests.
+   (list iproute
+         netcat
+         procps
+         python))
+  (inputs (list openssl))
   (home-page "https://www.stunnel.org";)
   (synopsis "TLS proxy for clients or servers")
   (description "Stunnel is a proxy designed to add TLS encryption



reply via email to

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