gnu: lofreq: Drop input labels.

* gnu/packages/bioinformatics.scm (lofreq)[inputs]: Drop package labels.
This commit is contained in:
Ricardo Wurmus 2023-04-25 16:14:49 +02:00
parent 1fca85cd88
commit 0ad4a4d155
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -17763,9 +17763,7 @@ (define-public lofreq
'(#:test-target "bug-tests"
#:tests? #false)) ; test data are not included
(inputs
`(("htslib" ,htslib)
("python" ,python-wrapper)
("zlib" ,zlib)))
(list htslib python-wrapper zlib))
(native-inputs
(list autoconf automake which))
(home-page "https://csb5.github.io/lofreq/")