This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 346ea4b  gnu: bowtie1: Add missing Python input.
346ea4b is described below

commit 346ea4b5fc53ce02b5b01cb630b84e920499ac5f
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Aug 18 12:38:38 2020 +0200

    gnu: bowtie1: Add missing Python input.
    
    Reported-by: Marcel Schilling <[email protected]>
    
    * gnu/packages/bioinformatics.scm (bowtie1)[inputs]: Add python-wrapper.
---
 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 4a984be..58d848d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1646,7 +1646,8 @@ gapped, local, and paired-end alignment modes.")
        (modify-phases %standard-phases
          (delete 'configure))))
     (inputs
-     `(("tbb" ,tbb)
+     `(("python-wrapper" ,python-wrapper)
+       ("tbb" ,tbb)
        ("zlib" ,zlib)))
     (supported-systems '("x86_64-linux"))
     (home-page "http://bowtie-bio.sourceforge.net/index.shtml";)

Reply via email to