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>master
parent
4d77072c56
commit
fe16fe59ee
|
@ -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
|
||||
|
|
Reference in New Issue