diff options
author | Marius Bakke <marius@gnu.org> | 2020-11-28 22:39:12 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-11-28 22:39:12 +0100 |
commit | 4dadb4977908028bb0651d43ed4813cc988db92d (patch) | |
tree | 4647ae542d36e146fa91f728084b603dbfda6fa3 /gnu/packages/networking.scm | |
parent | fe5c9051cc25bd81aa6c88f5de06f10ff9532441 (diff) | |
parent | e827f40479dc6b652fbb92fe8a64b50cec83731b (diff) |
Merge branch 'staging'
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 62634ebbf4..8a84c8476a 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1267,7 +1267,7 @@ test_parse_format_ipv(4(|_listen_all|_mapped_ipv6)|6)\\);") #:test-target "test")) (inputs `(("net-tools" ,net-tools) ("zlib" ,zlib))) - (native-inputs `(("check" ,check) + (native-inputs `(("check" ,check-0.14) ("pkg-config" ,pkg-config))) (home-page "https://code.kryo.se/iodine/") (synopsis "Tunnel IPv4 data through a DNS server") |