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 @@ instruments, or Pacific Biosciences RSII or Sequel sequencers.")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("curl" ,curl)
|
`(("curl" ,curl)
|
||||||
("pybind11" ,pybind11)
|
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("pybind11" ,pybind11)))
|
||||||
(home-page "https://github.com/aidenlab/straw")
|
(home-page "https://github.com/aidenlab/straw")
|
||||||
(synopsis "Stream data from .hic files")
|
(synopsis "Stream data from .hic files")
|
||||||
(description "Straw is library which allows rapid streaming of contact
|
(description "Straw is library which allows rapid streaming of contact
|
||||||
|
|
|
||||||
Reference in a new issue