1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

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>
This commit is contained in:
Nicolas Graves
2026-03-04 09:16:36 +01:00
committed by Sharlatan Hellseher
parent e542ec7211
commit 57e76d1e40
+1
View File
@@ -9767,6 +9767,7 @@ generally slower than modern maximum likelihood approaches.")
(list bc
time
python-wrapper
python-setuptools
pkg-config))
(inputs
(list htslib))