gnu: jellyfish: Drop input labels.

* gnu/packages/bioinformatics.scm (jellyfish)[native-inputs]: Drop package
labels.
This commit is contained in:
Ricardo Wurmus 2023-02-13 23:07:47 +01:00
parent 4ef9ac7f27
commit 661e995c70
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5550,10 +5550,10 @@ (define-public jellyfish
;; to run tests.
(setenv "SHELL" (which "bash")))))))
(native-inputs
`(("bc" ,bc)
("time" ,time)
("python" ,python-wrapper)
("pkg-config" ,pkg-config)))
(list bc
time
python-wrapper
pkg-config))
(inputs
(list htslib))
(synopsis "Tool for fast counting of k-mers in DNA")