summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-03-04 09:16:36 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-20 14:11:39 +0000
commit57e76d1e407957e5c7af9bedb48f5918e3a016ca (patch)
treedacacda7b0951ee18ef21942c9916443b97f573d /gnu/packages
parente542ec72113526e7eefb14e63d013f92d77035a0 (diff)
gnu: jellyfish: Fix build on python-3.12.
* gnu/packages/bioinformatics.scm (jellyfish)[native-inputs]: Add python-setuptools. Change-Id: I742e32681380277151a0d4b4986d81cc6112c380 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/bioinformatics.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 6f4c99a7ece..41f893e817c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9767,6 +9767,7 @@ generally slower than modern maximum likelihood approaches.")
(list bc
time
python-wrapper
+ python-setuptools
pkg-config))
(inputs
(list htslib))