aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2024-06-19 15:01:07 +0800
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:45:17 +0200
commit8d6c4297ef1ab6cbab59ed52c38b4375990bc47c (patch)
treee8f75b452b522eda0881add8a8428376b6a937e1
parentbafdb9a22f4c6772b4c7e3657e89b7883d119781 (diff)
downloadguix-8d6c4297ef1ab6cbab59ed52c38b4375990bc47c.tar.gz
guix-8d6c4297ef1ab6cbab59ed52c38b4375990bc47c.zip
gnu: opendht: Fix build.
* gnu/packages/networking.scm (opendht)[arguments]: Fix typo of "unpack". Change-Id: I176d9ce69401fe1c79498329264edd6686993846
-rw-r--r--gnu/packages/networking.scm2
1 files changed, 1 insertions, 1 deletions
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