[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: python-strawc: Propagate pybind11.
From: |
guix-commits |
Subject: |
05/06: gnu: python-strawc: Propagate pybind11. |
Date: |
Tue, 31 Aug 2021 17:12:48 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit a1ee2121843d2b7eea2dc932f16d543ae7ff7007
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Aug 31 23:05:53 2021 +0200
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(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 6fde9a4..c199883 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
- branch master updated (1734853 -> 4abf226), guix-commits, 2021/08/31
- 01/06: gnu: Remove python-pytest-mock-3., guix-commits, 2021/08/31
- 02/06: gnu: python-anyio: Avoid failing tests., guix-commits, 2021/08/31
- 04/06: gnu: python-scanpy: Propagate sinfo., guix-commits, 2021/08/31
- 06/06: gnu: Add scregseg., guix-commits, 2021/08/31
- 03/06: gnu: python-jupyter-server: Use older pytest., guix-commits, 2021/08/31
- 05/06: gnu: python-strawc: Propagate pybind11.,
guix-commits <=