gnu: opendht: Really disable the problematic testListen test.
* gnu/packages/networking.scm (opendht) [phases]{disable-problematic-tests}: Adjust regexp pattern. Reported-by: Jack Hill <jackhill@jackhill.us>
parent
ac65e3029b
commit
e6480571a0
|
@ -3506,8 +3506,8 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
|
|||
;; on, introducing nondeterminism (see:
|
||||
;; https://github.com/savoirfairelinux/opendht/issues/626).
|
||||
(substitute* "tests/Makefile.am"
|
||||
(("tests/dhtrunnertester.(h|cpp)$" all)
|
||||
(string-append "# " all)))))
|
||||
(("\\bdhtrunnertester\\.(h|cpp)\\b")
|
||||
""))))
|
||||
(add-after 'unpack 'fix-python-installation-prefix
|
||||
;; Specify the installation prefix for the compiled Python module
|
||||
;; that would otherwise attempt to installs itself to Python's own
|
||||
|
|
Reference in New Issue