diff options
-rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 6fde9a474e..c199883829 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -14821,8 +14821,9 @@ instruments, or Pacific Biosciences RSII or Sequel sequencers.") (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 |