diff options
-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") |