mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: python-strawc: Propagate pybind11.
* gnu/packages/bioinformatics.scm (python-strawc)[inputs]: Move pybind11 from here... [propagated-inputs]: ...to here.
This commit is contained in:
parent
55cb5a62a1
commit
a1ee212184
1 changed files with 2 additions and 1 deletions
|
@ -14821,8 +14821,9 @@ (define-public python-strawc
|
|||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("curl" ,curl)
|
||||
("pybind11" ,pybind11)
|
||||
("zlib" ,zlib)))
|
||||
(propagated-inputs
|
||||
`(("pybind11" ,pybind11)))
|
||||
(home-page "https://github.com/aidenlab/straw")
|
||||
(synopsis "Stream data from .hic files")
|
||||
(description "Straw is library which allows rapid streaming of contact
|
||||
|
|
Loading…
Reference in a new issue