mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: taxtastic: Use INVOKE.
* gnu/packages/bioinformatics.scm (taxtastic)[arguments]: Use INVOKE and return #T unconditionally.
This commit is contained in:
parent
2e2d88539c
commit
8b685c4720
1 changed files with 1 additions and 2 deletions
|
@ -6202,8 +6202,7 @@ (define-public taxtastic
|
|||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
(zero? (system* "python" "-m" "unittest" "discover" "-v")))))))
|
||||
(lambda _ (invoke "python" "-m" "unittest" "discover" "-v") #t)))))
|
||||
(propagated-inputs
|
||||
`(("python-sqlalchemy" ,python2-sqlalchemy)
|
||||
("python-decorator" ,python2-decorator)
|
||||
|
|
Loading…
Reference in a new issue