mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
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:
parent
51c2fef1e2
commit
346ea4b5fc
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue