aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2022-12-11 22:51:12 +0000
committerPjotr Prins2022-12-11 22:51:12 +0000
commit02ffd08f9d98ae5ec4b430af34c362034a74c02c (patch)
treedbc7d9f8083fbced0c83632a6570b1c596bdc575
parentc73cc82d43e396c7f4a20391be497490fe859082 (diff)
downloadguix-bioinformatics-02ffd08f9d98ae5ec4b430af34c362034a74c02c.tar.gz
Adding php5 to GN1
-rw-r--r--gn/packages/genenetwork.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index b60bd60..b7e71d2 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -49,6 +49,7 @@
#:use-module (gn packages gemma)
#:use-module (gn packages javascript)
#:use-module (gn packages phewas)
+ #:use-module (gn packages php)
#:use-module (gn packages python)
#:use-module (gn packages python24)
#:use-module (gn packages statistics)
@@ -709,6 +710,7 @@ written in C")
(native-inputs
`(("ghostscript" ,ghostscript)
("graphviz" ,graphviz)
+ ("php-5.6" ,php-5.6)
("wget" ,wget)))
(propagated-inputs
`(("python" ,python-2.4)