guix-patches
[Top][All Lists]
Advanced

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

[bug#56248] [PATCH v2 6/7] gnu: iodine: Use regular check.


From: Thiago Jung Bauermann
Subject: [bug#56248] [PATCH v2 6/7] gnu: iodine: Use regular check.
Date: Sat, 2 Jul 2022 01:07:56 -0300

* gnu/packages/networking.scm (iodine)[native-inputs]: Replace check-0.14 with
check.
---
 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 b4c50bc783ed..ef8c09a777e3 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1548,7 +1548,7 @@ (define-public iodine
                           (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]