diff options
author | Efraim Flashner | 2020-06-10 11:49:24 -0500 |
---|---|---|
committer | Efraim Flashner | 2020-06-10 11:49:24 -0500 |
commit | a5f14a9f99bd22c18f44d14464e59fa0828df663 (patch) | |
tree | b2c20790dc67bacfbe547f69ef8df8f2ad531cd3 | |
parent | 8abb028c9bd7003b87b1fada10e7f096d70b5b21 (diff) | |
download | guix-bioinformatics-a5f14a9f99bd22c18f44d14464e59fa0828df663.tar.gz |
genenetwork1: Use combo httpd+mod-python package
-rw-r--r-- | gn/packages/genenetwork.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 9f36779..6631053 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -691,9 +691,8 @@ written in C") (propagated-inputs `(("ghostscript" ,ghostscript) ("graphviz" ,graphviz-2.26) - ("httpd" ,httpd) + ("httpd" ,httpd-mod-python-24) ("python24" ,python-2.4) - ("mod-python-24" ,mod-python-24) ("python-piddle" ,python24-piddle) ("wget" ,wget))) (arguments |