diff options
author | Simon South <simon@simonsouth.net> | 2020-10-06 09:56:45 -0400 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-06 16:20:39 +0200 |
commit | 4e869b180a94aa5bf5ae70ca48e0527e8e8db8db (patch) | |
tree | f65d71e5b803a1d56285cc32593160a5c4c59ea8 /gnu/packages/dns.scm | |
parent | 4756b9b1d9c1f13b21221461c6da40972a6e9cb3 (diff) |
gnu: knot: Fix test failure on aarch64-linux.
* gnu/packages/dns.scm (knot)[source]: Apply patch from upstream that
helps ensure the "test_net_shortwrite" test suite can complete
regardless of platform or configuration.
* gnu/packages/patches/knot-test_net_shortwrite-ensure-connection.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 8f7374c147..0fe047abdb 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -816,6 +816,8 @@ Extensions} (DNSSEC).") (file-name (git-file-name name version)) (sha256 (base32 "0fkvip7n5ihjfwnnivdc3jf44y8p85ifglvq7b0anxvj9cg1m78f")) + (patches + (search-patches "knot-test_net_shortwrite-ensure-connection.patch")) (modules '((guix build utils))) (snippet '(begin |