mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
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:
parent
dc172966ba
commit
2c1d86e2e0
1 changed files with 4 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue