sharlatan pushed a commit to branch python-team
in repository guix.
commit 686842385cac4d283535654864935eaf760e2b19
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Mar 26 21:33:26 2025 +0000
gnu: python-parabam: Add a maintenance note.
* gnu/packages/bioinformatics.scm (python-parabam): Add a maintenance
note on package build issue, reported upstream.
Change-Id: I447fa2354a2318b19d0eca5acf844a574e49db09
---
gnu/packages/bioinformatics.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 30cc93f6c9..87b16c7e7c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3227,6 +3227,8 @@ phylogenetic trees also goes by the name
simulationmethods for phylogenetic
trees, synthetic data generation, or just phylogenetic tree simulation.")
(license license:expat)))
+;; XXX: Probably unmaintained, build fails with Python 3.11, see
+;; <https://github.com/cancerit/parabam/issues/10>.
(define-public python-parabam
(package
(name "python-parabam")