iyzsong pushed a commit to branch core-updates
in repository guix.

commit 5b8bdc0201b6a6c15a7e26cbb6dcd66f0f8fbf42
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Wed Jun 19 15:01:07 2024 +0800

    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(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 00ead5537a..cb32a7df09 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3900,7 +3900,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

Reply via email to