diff options
author | Efraim Flashner | 2020-06-11 07:12:52 -0500 |
---|---|---|
committer | Efraim Flashner | 2020-06-11 07:13:39 -0500 |
commit | 4c1a7bd89e146536e9afe62c27ab0bc65538d111 (patch) | |
tree | 8a875f7e66da34e9e52a30ae22cc1d89c372bf41 /gn/packages | |
parent | ba2b3c4064dc2560f4c7497e40fa74b1108c11f6 (diff) | |
download | guix-bioinformatics-4c1a7bd89e146536e9afe62c27ab0bc65538d111.tar.gz |
genenetwork1: default to httpd-2.2
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 6631053..c2d52e8 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -691,7 +691,7 @@ written in C") (propagated-inputs `(("ghostscript" ,ghostscript) ("graphviz" ,graphviz-2.26) - ("httpd" ,httpd-mod-python-24) + ("httpd" ,httpd22-mod-python-24) ("python24" ,python-2.4) ("python-piddle" ,python24-piddle) ("wget" ,wget))) |