gnu: mosaik: Fix FTBFS from b90289dadc.

* gnu/packages/bioinformatics.scm (mosaik)[inputs]: Add ZLIB:STATIC.
master
Marius Bakke 2018-11-24 15:54:03 +01:00
parent 15b5f9f718
commit f028823c0f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 0 deletions

View File

@ -5228,6 +5228,7 @@ viewer.")
#t))))))
(inputs
`(("perl" ,perl)
("zlib:static" ,zlib "static")
("zlib" ,zlib)))
(supported-systems '("x86_64-linux"))
(home-page "https://github.com/wanpinglee/MOSAIK")