guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]