Merge branch 'master' into core-updates

This commit is contained in:
Marius Bakke 2019-07-22 18:58:48 +02:00
commit ccad0e4d69
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
42 changed files with 1493 additions and 287 deletions

View file

@ -4035,9 +4035,11 @@ performance.")
"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")