aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorPjotr Prins2017-09-25 04:52:36 -0500
committerPjotr Prins2017-09-25 04:52:36 -0500
commita4bc1e85c11a6dc2281a1cd6c45e2c02148c1e50 (patch)
treec751d23fabfa0c0052df7b43976a54dadeaa7547 /gn/packages/genenetwork.scm
parentd88f3b6450876fd45ad7bbec4d1b65d1fe6fb6ac (diff)
downloadguix-bioinformatics-a4bc1e85c11a6dc2281a1cd6c45e2c02148c1e50.tar.gz
gn-server updates
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 7e5339f..5f119a7 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -21,7 +21,7 @@
#:use-module (gnu packages compression)
#:use-module (gnu packages databases)
#:use-module (gnu packages cpio)
- #:use-module (gnu packages elixir)
+ #:use-module (gn packages elixir)
#:use-module (gnu packages file)
#:use-module (gnu packages gcc)
#:use-module (gnu packages graphviz)
@@ -111,6 +111,7 @@
`(("python" ,python)
("elixir" ,elixir)
("mysql" ,mysql)
+ ("gnu-make" ,gnu-make) ; needed for mysqlex
))
(arguments
`(#:modules ((guix build utils))