guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: iodine: Use regular check.


From: guix-commits
Subject: 07/08: gnu: iodine: Use regular check.
Date: Sat, 2 Jul 2022 05:56:58 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit fe16fe59eeeab4469d2fcc1e18aeb26071a5c48c
Author: Thiago Jung Bauermann <bauermann@kolabnow.com>
AuthorDate: Sat Jul 2 01:07:56 2022 -0300

    gnu: iodine: Use regular check.
    
    * gnu/packages/networking.scm (iodine)[native-inputs]: Replace check-0.14 
with
    check.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/networking.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index b4c50bc783..ef8c09a777 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1548,7 +1548,7 @@ 
test_parse_format_ipv(4(|_listen_all|_mapped_ipv6)|6)\\);")
                           (string-append "prefix=" (assoc-ref %outputs "out")))
        #:test-target "test"))
     (inputs (list net-tools zlib))
-    (native-inputs (list check-0.14 pkg-config))
+    (native-inputs (list check pkg-config))
     (home-page "https://code.kryo.se/iodine/";)
     (synopsis "Tunnel IPv4 data through a DNS server")
     (description "Iodine tunnels IPv4 data through a DNS server.  This



reply via email to

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