gnu: htslib: Propagate zlib.
Reported by Vedran Franke <Vedran.Franke@mdc-berlin.de>. * gnu/packages/bioinformatics.scm (htslib)[inputs]: Move zlib from here... [propagated-inputs]: ...to here.
This commit is contained in:
parent
cd9f56ff5a
commit
6fd4c6b267
|
@ -4046,9 +4046,11 @@ performance.")
|
||||||
"16ljv43sc3fxmv63w7b2ff8m1s7h89xhazwmbm1bicz8axq8fjz0"))))
|
"16ljv43sc3fxmv63w7b2ff8m1s7h89xhazwmbm1bicz8axq8fjz0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("openssl" ,openssl)
|
`(("curl" ,curl)
|
||||||
("curl" ,curl)
|
("openssl" ,openssl)))
|
||||||
("zlib" ,zlib)))
|
;; This is referred to in the pkg-config file as a required library.
|
||||||
|
(propagated-inputs
|
||||||
|
`(("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)))
|
`(("perl" ,perl)))
|
||||||
(home-page "http://www.htslib.org")
|
(home-page "http://www.htslib.org")
|
||||||
|
|
Loading…
Reference in New Issue