From ce0dd5075df243985259be06cca1bd302a3da275 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 4 Jun 2020 06:39:47 -0500 Subject: genenetwork service: use mod-python-24 --- gn/services/genenetwork.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gn/services/genenetwork.scm') diff --git a/gn/services/genenetwork.scm b/gn/services/genenetwork.scm index 4693152..28e51e9 100644 --- a/gn/services/genenetwork.scm +++ b/gn/services/genenetwork.scm @@ -8,7 +8,7 @@ (use-package-modules python) (define %mod-python-path - (file-append mod-python "/lib/python2.4/site-packages")) + (file-append mod-python-24 "/lib/python2.4/site-packages")) (operating-system (host-name "genenetwork") @@ -23,7 +23,7 @@ (firmware '()) (packages (cons* python-2.4 - mod-python + mod-python-24 python24-qtlreaper ;python24-htmlgen-gn python24-json-GN1 @@ -43,7 +43,7 @@ (modules (cons* (httpd-module (name "python_module") - (file (file-append mod-python "/modules/mod_python.so"))) + (file (file-append mod-python-24 "/modules/mod_python.so"))) %default-httpd-modules)) (extra-config (list "\ PythonPath \"sys.path+['" %mod-python-path "', '" (file-append genenetwork1 "/web/webqtl") "']\" -- cgit v1.2.3