diff options
author | Pjotr Prins | 2017-09-25 04:52:36 -0500 |
---|---|---|
committer | Pjotr Prins | 2017-09-25 04:52:36 -0500 |
commit | a4bc1e85c11a6dc2281a1cd6c45e2c02148c1e50 (patch) | |
tree | c751d23fabfa0c0052df7b43976a54dadeaa7547 /gn/packages/elixir.scm | |
parent | d88f3b6450876fd45ad7bbec4d1b65d1fe6fb6ac (diff) | |
download | guix-bioinformatics-a4bc1e85c11a6dc2281a1cd6c45e2c02148c1e50.tar.gz |
gn-server updates
Diffstat (limited to 'gn/packages/elixir.scm')
-rw-r--r-- | gn/packages/elixir.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/elixir.scm b/gn/packages/elixir.scm index a16de2d..f4b1ece 100644 --- a/gn/packages/elixir.scm +++ b/gn/packages/elixir.scm @@ -53,6 +53,7 @@ (build-system gnu-build-system) (arguments `(#:test-target "test" + #:tests? #f #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))) #:phases |