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>
This commit is contained in:
parent
4d77072c56
commit
fe16fe59ee
1 changed files with 1 additions and 1 deletions
|
@ -1548,7 +1548,7 @@ test_parse_format_ipv(4(|_listen_all|_mapped_ipv6)|6)\\);")
|
||||||
(string-append "prefix=" (assoc-ref %outputs "out")))
|
(string-append "prefix=" (assoc-ref %outputs "out")))
|
||||||
#:test-target "test"))
|
#:test-target "test"))
|
||||||
(inputs (list net-tools zlib))
|
(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/")
|
(home-page "https://code.kryo.se/iodine/")
|
||||||
(synopsis "Tunnel IPv4 data through a DNS server")
|
(synopsis "Tunnel IPv4 data through a DNS server")
|
||||||
(description "Iodine tunnels IPv4 data through a DNS server. This
|
(description "Iodine tunnels IPv4 data through a DNS server. This
|
||||||
|
|
Reference in a new issue