Archived
1
0
Fork 0

gnu: pbbam: Drop input labels.

* gnu/packages/bioinformatics.scm (pbbam)[native-inputs]: Drop labels.
This commit is contained in:
Ricardo Wurmus 2022-12-13 15:44:10 +01:00
parent 8b2fdcb2c3
commit eaf5198a5e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -600,9 +600,9 @@ for all types of microbial diversity analyses.")
(inputs
(list boost samtools))
(native-inputs
`(("googletest" ,googletest)
("pkg-config" ,pkg-config)
("python" ,python-wrapper))) ; for tests
(list googletest
pkg-config
python-wrapper)) ;for tests
(home-page "https://github.com/PacificBiosciences/pbbam")
(synopsis "Work with PacBio BAM files")
(description