gnu: opendht: Fix build.

* gnu/packages/networking.scm (opendht)[arguments]: Fix typo of "unpack".

Change-Id: I176d9ce69401fe1c79498329264edd6686993846
This commit is contained in:
宋文武 2024-06-19 15:01:07 +08:00 committed by Ludovic Courtès
parent bafdb9a22f
commit 8d6c4297ef
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3932,7 +3932,7 @@ (define-public opendht
(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