[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: python-hicmatrix: Remove syntax error in setup.py.
From: |
guix-commits |
Subject: |
03/03: gnu: python-hicmatrix: Remove syntax error in setup.py. |
Date: |
Wed, 13 Sep 2023 16:18:12 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2c1d86e2e0b52ce9ff916d4e6fd0f37998c9e430
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Wed Sep 13 15:39:18 2023 +0200
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>
---
gnu/packages/bioinformatics.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index e24d70e569..1ceb429169 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -16229,6 +16229,10 @@ includes operations like compartment, insulation or
peak calling.")
(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?