diff options
author | Thiago Jung Bauermann <bauermann@kolabnow.com> | 2022-07-02 01:07:56 -0300 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-07-02 11:28:28 +0200 |
commit | fe16fe59eeeab4469d2fcc1e18aeb26071a5c48c (patch) | |
tree | aea312bd2e7a3cd0d9eb2a42d50811cf9f48d86d /gnu/packages/networking.scm | |
parent | 4d77072c56f1794e8e99b782fb6324c6934e6dba (diff) | |
download | guix-fe16fe59eeeab4469d2fcc1e18aeb26071a5c48c.tar.gz |
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>
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |