gnu: mosaik: Fix FTBFS from b90289dadc
.
* gnu/packages/bioinformatics.scm (mosaik)[inputs]: Add ZLIB:STATIC.
This commit is contained in:
parent
15b5f9f718
commit
f028823c0f
|
@ -5228,6 +5228,7 @@ viewer.")
|
||||||
#t))))))
|
#t))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
|
("zlib:static" ,zlib "static")
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(supported-systems '("x86_64-linux"))
|
(supported-systems '("x86_64-linux"))
|
||||||
(home-page "https://github.com/wanpinglee/MOSAIK")
|
(home-page "https://github.com/wanpinglee/MOSAIK")
|
||||||
|
|
Loading…
Reference in New Issue