mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: mosaik: Fix FTBFS from b90289dadc
.
* gnu/packages/bioinformatics.scm (mosaik)[inputs]: Add ZLIB:STATIC.
This commit is contained in:
parent
15b5f9f718
commit
f028823c0f
1 changed files with 1 additions and 0 deletions
|
@ -5228,6 +5228,7 @@ (define-public mosaik
|
|||
#t))))))
|
||||
(inputs
|
||||
`(("perl" ,perl)
|
||||
("zlib:static" ,zlib "static")
|
||||
("zlib" ,zlib)))
|
||||
(supported-systems '("x86_64-linux"))
|
||||
(home-page "https://github.com/wanpinglee/MOSAIK")
|
||||
|
|
Loading…
Reference in a new issue