diff options
author | Efraim Flashner | 2020-09-23 05:26:21 -0500 |
---|---|---|
committer | Efraim Flashner | 2020-09-23 05:26:21 -0500 |
commit | 79fafeea964e97645cd1e98ddbb77a73a5f3ac62 (patch) | |
tree | 3b4d67238b0461c4112c0ab808126de006034f65 /gn/services/genenetwork.scm | |
parent | 25197c3bbec7919d7a6c2f3baa87826d5ee4fd32 (diff) | |
download | guix-bioinformatics-79fafeea964e97645cd1e98ddbb77a73a5f3ac62.tar.gz |
genenetwork1: Update package and service
Diffstat (limited to 'gn/services/genenetwork.scm')
-rw-r--r-- | gn/services/genenetwork.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gn/services/genenetwork.scm b/gn/services/genenetwork.scm index d72590d..74723ca 100644 --- a/gn/services/genenetwork.scm +++ b/gn/services/genenetwork.scm @@ -88,13 +88,16 @@ python24-svg-GN1 %base-packages)) - (services (list (service httpd-service-type + (services (list (service special-files-service-type + ;; The genotypes folder doesn't have it's shebangs patched. + `(("/usr/bin/python" ,(file-append python-2.4 "/bin/python")))) + (service httpd-service-type (httpd-configuration ;; Must be a httpd-2.2 variant. (package httpd22-with-mod-python) (config (httpd-config-file - (server-name "www.genenetwork.org") + (server-name "gn1-test.genenetwork.org") ;; Defaults to httpd, should be same as 'package' above. (server-root httpd22-with-mod-python) (user "nobody") |