mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: r-chemmineob: Skip tests.
* gnu/packages/bioconductor.scm (r-chemmineob)[arguments]: Only build vignettes. Change-Id: I8dae82ac4226c33a18009131b7e17662af84589b
This commit is contained in:
parent
4877fc040f
commit
f848e45061
1 changed files with 4 additions and 0 deletions
|
@ -21259,6 +21259,10 @@ visualizing RNA-sequencing datasets and differentially expressed genes.")
|
|||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; Tests require r-chemminer; adding it would lead to mutually recursive
|
||||
;; dependency declarations. The tests also complain that Cairo is not
|
||||
;; loaded.
|
||||
#:test-types '(list "vignettes")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-makefile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue