gnu: pbbam: Drop input labels.
* gnu/packages/bioinformatics.scm (pbbam)[native-inputs]: Drop labels.
This commit is contained in:
parent
8b2fdcb2c3
commit
eaf5198a5e
1 changed files with 3 additions and 3 deletions
|
@ -600,9 +600,9 @@ for all types of microbial diversity analyses.")
|
||||||
(inputs
|
(inputs
|
||||||
(list boost samtools))
|
(list boost samtools))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("googletest" ,googletest)
|
(list googletest
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("python" ,python-wrapper))) ; for tests
|
python-wrapper)) ;for tests
|
||||||
(home-page "https://github.com/PacificBiosciences/pbbam")
|
(home-page "https://github.com/PacificBiosciences/pbbam")
|
||||||
(synopsis "Work with PacBio BAM files")
|
(synopsis "Work with PacBio BAM files")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue