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>
This commit is contained in:
Maxim Cournoyer 2022-07-26 21:45:24 -04:00
parent ac65e3029b
commit e6480571a0
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3506,8 +3506,8 @@ (define-public opendht
;; 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