From b64db6b5bde66c893106e0dcff57a813f65eaa2b Mon Sep 17 00:00:00 2001 From: pjotrp Date: Tue, 19 Jan 2016 15:24:48 +0300 Subject: gn2 --- gn/packages/bioinformatics.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'gn') diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 3b814db..1549a7f 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -120,14 +120,15 @@ (define-public genenetwork - (let ((commit "90417f439")) + (let ((commit "860bdcebd")) (package (name "genenetwork") (version (string-append "2.0." commit)) (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/genenetwork/genenetwork2.git") + ;; (url "https://github.com/genenetwork/genenetwork2.git") + (url "https://github.com/pjotrp/genenetwork2.git") (commit commit))) (sha256 (base32 @@ -136,6 +137,9 @@ ("python" ,python-2 ))) (build-system python-build-system) + (arguments + `(#:python ,python-2 + #:tests? #f)) ; no 'setup.py test' (home-page "http://genenetwork.org/") (synopsis "Full genenetwork services") (description "Genenetwork installation sumo.") -- cgit v1.2.3