mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue