aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorpjotrp2016-01-19 15:24:48 +0300
committerpjotrp2016-01-19 15:24:48 +0300
commitb64db6b5bde66c893106e0dcff57a813f65eaa2b (patch)
treed28a5491d7a17cf9c6c8c2e6ec88df8bd4676f74 /gn/packages/bioinformatics.scm
parente531926c9e503c1286b33ddcc1f2283c6a640135 (diff)
downloadguix-bioinformatics-b64db6b5bde66c893106e0dcff57a813f65eaa2b.tar.gz
gn2
Diffstat (limited to 'gn/packages/bioinformatics.scm')
-rw-r--r--gn/packages/bioinformatics.scm8
1 files changed, 6 insertions, 2 deletions
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.")