Archived
1
0
Fork 0

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:
Ricardo Wurmus 2021-08-31 23:05:53 +02:00
parent 55cb5a62a1
commit a1ee212184
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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