mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-s4arrays: Disable tests.
* gnu/packages/bioconductor.scm (r-s4arrays)[properties]: Record updater-ignored-native-inputs. [arguments]: Disable tests. Change-Id: I51ac55b4c519fd95a5fc6bea1e57f984f59474a5
This commit is contained in:
parent
c96b0f3813
commit
f4fbbb0083
1 changed files with 6 additions and 1 deletions
|
@ -23968,8 +23968,13 @@ routines.")
|
|||
(sha256
|
||||
(base32
|
||||
"0fjf1q9wlm8n1w8sb9n0yx6s1di33ngk4kanhychy5hqli73v3dh"))))
|
||||
(properties `((upstream-name . "S4Arrays")))
|
||||
(properties
|
||||
'((upstream-name . "S4Arrays")
|
||||
(updater-ignored-native-inputs . ("r-delayedarray"))))
|
||||
(build-system r-build-system)
|
||||
;; Tests require r-delayedarray, but adding it would introduce a
|
||||
;; dependency cycle.
|
||||
(arguments (list #:tests? #false))
|
||||
(propagated-inputs
|
||||
(list r-abind
|
||||
r-biocgenerics
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue