mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -4695,7 +4695,6 @@ accurately delineate genomic rearrangements throughout the genome.")
|
||||
(arguments
|
||||
(list
|
||||
#:install-source? #false ;fails
|
||||
#:tests? #true
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'prepare-test-files
|
||||
|
||||
Reference in New Issue
Block a user