diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-08-31 23:05:53 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-08-31 23:11:05 +0200 |
commit | a1ee2121843d2b7eea2dc932f16d543ae7ff7007 (patch) | |
tree | a01047b27e2f400c57e5d607fc782fbb7d186b6b | |
parent | 55cb5a62a1d27190f2241a4748a7a64d94715530 (diff) | |
download | guix-a1ee2121843d2b7eea2dc932f16d543ae7ff7007.tar.gz guix-a1ee2121843d2b7eea2dc932f16d543ae7ff7007.zip |
gnu: python-strawc: Propagate pybind11.
* gnu/packages/bioinformatics.scm (python-strawc)[inputs]: Move pybind11 from
here...
[propagated-inputs]: ...to here.
-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 |