guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d805203f8b2a37b788773b7f6fc20960d1fd6769
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Oct 7 11:36:17 2025 +0100
gnu: macs: Fix build.
* gnu/packages/bioinformatics.scm (macs)[propagated-inputs]: Remove
python-cython; add python-cython-0.
Change-Id: I417d42d05758bc69534d9b3de623ab4ca11abe90
---
gnu/packages/bioinformatics.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 31f00be99d..a1e58814ba 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10174,7 +10174,7 @@ experiments.")
(lambda _ (setenv "HOME" "/tmp"))))))
;; Propagate these for use of macs as a library.
(propagated-inputs
- (list python-cython python-numpy))
+ (list python-cython-0 python-numpy))
(native-inputs
(list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/macs3-project/MACS")