mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05: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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue