aboutsummaryrefslogtreecommitdiff
path: root/gn/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gn/packages')
-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)