mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: transanno: Don't set #:tests to #true.
* gnu/packages/bioinformatics.scm (transanno)[arguments]: Don't set tests unconditionally to #true.
This commit is contained in:
parent
50f514762b
commit
af89b109db
1 changed files with 0 additions and 1 deletions
|
@ -4695,7 +4695,6 @@ (define-public transanno
|
|||
(arguments
|
||||
(list
|
||||
#:install-source? #false ;fails
|
||||
#:tests? #true
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'prepare-test-files
|
||||
|
|
Loading…
Reference in a new issue