aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner2020-03-12 09:49:38 -0500
committerEfraim Flashner2020-03-12 09:49:38 -0500
commitda457bd06f88fddcd7bfa510e7aac6358ffd028d (patch)
treed2bb489aed148859273f7e8aea149ebbe330daf7
parent248c2e3905d75d69e227fe9b474bbd6e0c422789 (diff)
downloadguix-bioinformatics-da457bd06f88fddcd7bfa510e7aac6358ffd028d.tar.gz
services: make genenetwork1 python24
-rw-r--r--gn/services/genenetwork.scm20
1 files changed, 10 insertions, 10 deletions
diff --git a/gn/services/genenetwork.scm b/gn/services/genenetwork.scm
index 516c124..4693152 100644
--- a/gn/services/genenetwork.scm
+++ b/gn/services/genenetwork.scm
@@ -2,13 +2,13 @@
(use-modules (gnu)
(gn packages genenetwork)
- (gn packages python)
+ (gn packages python24)
(gn packages web))
(use-service-modules web)
(use-package-modules python)
(define %mod-python-path
- (file-append mod-python "/lib/python2.7/site-packages"))
+ (file-append mod-python "/lib/python2.4/site-packages"))
(operating-system
(host-name "genenetwork")
@@ -22,15 +22,15 @@
;; No firmware for VMs
(firmware '())
- (packages (cons* python-2
+ (packages (cons* python-2.4
mod-python
- python2-qtlreaper
- python2-htmlgen-gn
- python2-json-GN1
- python2-piddle
- python2-pyx-GN1
- python2-pyxlwriter
- python2-svg-GN1
+ python24-qtlreaper
+ ;python24-htmlgen-gn
+ python24-json-GN1
+ python24-piddle
+ python24-pyx-GN1
+ python24-pyxlwriter
+ python24-svg-GN1
%base-packages))
(services (list (service httpd-service-type