mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 5 additions and 3 deletions
|
@ -4046,9 +4046,11 @@ (define-public htslib
|
|||
"16ljv43sc3fxmv63w7b2ff8m1s7h89xhazwmbm1bicz8axq8fjz0"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("openssl" ,openssl)
|
||||
("curl" ,curl)
|
||||
("zlib" ,zlib)))
|
||||
`(("curl" ,curl)
|
||||
("openssl" ,openssl)))
|
||||
;; This is referred to in the pkg-config file as a required library.
|
||||
(propagated-inputs
|
||||
`(("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("perl" ,perl)))
|
||||
(home-page "http://www.htslib.org")
|
||||
|
|
Loading…
Reference in a new issue