From a1ee2121843d2b7eea2dc932f16d543ae7ff7007 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 31 Aug 2021 23:05:53 +0200 Subject: gnu: python-strawc: Propagate pybind11. * gnu/packages/bioinformatics.scm (python-strawc)[inputs]: Move pybind11 from here... [propagated-inputs]: ...to here. --- gnu/packages/bioinformatics.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.2.3