diff options
author | pjotrp | 2024-04-01 15:21:57 +0200 |
---|---|---|
committer | pjotrp | 2024-04-01 15:21:57 +0200 |
commit | 467279ce30a02b9cbb6ddfca48ef15f117a6d85f (patch) | |
tree | 9b74a666fc61f80935dcaa28274acdbd6cf39b2a /gn | |
parent | 10f9f0f19a0bb8c354ee68f0479edf606e3a2dd1 (diff) | |
download | guix-bioinformatics-467279ce30a02b9cbb6ddfca48ef15f117a6d85f.tar.gz |
gn: genenetwork3-stable: disable testing for now
* gn/packages/genenetwork.scm (genenetwork3-stable) disable testing
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index d05d9f5..3e8a2ed 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -354,6 +354,9 @@ (inherit genenetwork3) (name "genenetwork3-stable") (version (string-append "stable-" (git-version "3.11" revision commit))) + (arguments + (list + #:tests? #f)) ; temporary disable on production setup (source (git-checkout (url "https://github.com/genenetwork/genenetwork3") |