mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: seqmagick: Use BioPython 1.66.
* gnu/packages/bioinformatics.scm (seqmagick)[inputs]: Use python2-biopython-1.66 instead of python2-biopython.
This commit is contained in:
parent
4b1a152826
commit
7bba95b769
1 changed files with 5 additions and 1 deletions
|
@ -4593,7 +4593,11 @@ (define-public seqmagick
|
|||
;; https://github.com/fhcrc/seqmagick/issues/55
|
||||
(replace 'check (lambda _ (zero? (system* "nosetests")))))))
|
||||
(inputs
|
||||
`(("python-biopython" ,python2-biopython)))
|
||||
;; biopython-1.66 is required due to
|
||||
;; https://github.com/fhcrc/seqmagick/issues/59
|
||||
;; When that issue is resolved the 'python2-biopython-1.66' package
|
||||
;; should be removed.
|
||||
`(("python-biopython" ,python2-biopython-1.66)))
|
||||
(native-inputs
|
||||
`(("python-setuptools" ,python2-setuptools)
|
||||
("python-nose" ,python2-nose)))
|
||||
|
|
Loading…
Reference in a new issue