mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-graph: Disable tests.
* gnu/packages/bioconductor.scm (r-graph)[arguments]: Disable tests. Change-Id: I9f5d2356d877f01f67bc0ab0e876f6e6c77132f8
This commit is contained in:
parent
1788a2cb6b
commit
982efb8afd
1 changed files with 1 additions and 0 deletions
|
@ -15377,6 +15377,7 @@ expressed genes in DNA microarray experiments.")
|
|||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #false ;TODO: segfault... investigate!
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-bad-test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue