From 8d6c4297ef1ab6cbab59ed52c38b4375990bc47c Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Wed, 19 Jun 2024 15:01:07 +0800 Subject: gnu: opendht: Fix build. * gnu/packages/networking.scm (opendht)[arguments]: Fix typo of "unpack". Change-Id: I176d9ce69401fe1c79498329264edd6686993846 --- gnu/packages/networking.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index cb67f7040b..c3efa2895b 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -3932,7 +3932,7 @@ and targeted primarily for asynchronous processing of HTTP-requests.") (substitute* "tests/Makefile.am" (("\\bdhtrunnertester\\.(h|cpp)\\b") "")))) - (add-after 'unupack 'relax-test-timeouts + (add-after 'unpack 'relax-test-timeouts (lambda _ ;; At least the 'test_send_json' has been seen to fail ;; non-deterministically, but it seems hard to reproducible that -- cgit v1.2.3