gnu: pbbam: Use htslib 1.14.
* gnu/packages/bioinformatics.scm (pbbam)[propagated-inputs]: Replace htslib with htslib-1.14.
parent
5ccc017389
commit
e34639c262
|
@ -607,7 +607,7 @@ for all types of microbial diversity analyses.")
|
|||
(string-append "'" (which "sh") "'"))))))))
|
||||
;; These libraries are listed as "Required" in the pkg-config file.
|
||||
(propagated-inputs
|
||||
(list htslib pbcopper zlib))
|
||||
(list htslib-1.14 pbcopper zlib))
|
||||
(inputs
|
||||
(list boost samtools))
|
||||
(native-inputs
|
||||
|
|
Reference in New Issue