aboutsummaryrefslogtreecommitdiff
path: root/gn/packages
diff options
context:
space:
mode:
authorpjotrp2016-07-19 14:13:31 +0600
committerpjotrp2016-07-19 14:13:31 +0600
commit47d6a530196d4f236b517de2b9015f003224d98e (patch)
tree8cb12a19db001ed4f94a4d02939ceabec3543a4a /gn/packages
parentb723375cf14b30530f57aac2b3f2684e0418289b (diff)
downloadguix-bioinformatics-elixir.tar.gz
Elixir: skip one more test and the build passeselixir
Diffstat (limited to 'gn/packages')
-rw-r--r--gn/packages/elixir.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/elixir.scm b/gn/packages/elixir.scm
index e7ca690..b1d47ff 100644
--- a/gn/packages/elixir.scm
+++ b/gn/packages/elixir.scm
@@ -59,7 +59,7 @@
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "bin/elixir"
(("ERL_EXEC=\"erl\"") (string-append "ERL_EXEC=" (which "erl"))))))
- (add-after 'build 'patch-elixir-tests ;; patching earlier breaks the build
+ (add-after 'build 'disable-breaking-elixir-tests ;; when making this convential part of source the build breaks!
(lambda* (#:key inputs #:allow-other-keys)
(and