mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: opendht: Fix build.
* gnu/packages/networking.scm (opendht)[arguments]: Fix typo of "unpack". Change-Id: I176d9ce69401fe1c79498329264edd6686993846
This commit is contained in:
parent
bafdb9a22f
commit
8d6c4297ef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue