gnu: python-hicmatrix: Remove syntax error in setup.py.

* gnu/packages/bioinformatics.scm (python-hicmatrix)[arguments]: Add phase
remove-invalid-syntax.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
Mădălin Ionel Patrașcu 2023-09-13 15:39:18 +02:00 committed by Ricardo Wurmus
parent dc172966ba
commit 2c1d86e2e0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -16229,6 +16229,10 @@ (define-public python-hicmatrix
(list
#:phases
'(modify-phases %standard-phases
(add-after 'unpack 'remove-invalid-syntax
(lambda _
(substitute* "setup.py"
((".\\*\"") "\""))))
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?