gnu: bowtie1: Add missing Python input.

Reported-by: Marcel Schilling <marcel.schilling@mdc-berlin.de>

* gnu/packages/bioinformatics.scm (bowtie1)[inputs]: Add python-wrapper.
This commit is contained in:
Ricardo Wurmus 2020-08-18 12:38:38 +02:00
parent 51c2fef1e2
commit 346ea4b5fc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1646,7 +1646,8 @@ (define-public bowtie1
(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")