about summary refs log tree commit diff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
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))