aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/elixir.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gn/packages/elixir.scm')
-rw-r--r--gn/packages/elixir.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gn/packages/elixir.scm b/gn/packages/elixir.scm
index 8262532..c4958d9 100644
--- a/gn/packages/elixir.scm
+++ b/gn/packages/elixir.scm
@@ -46,17 +46,17 @@
(arguments
`(#:phases (modify-phases %standard-phases
(delete 'configure)
+ (replace 'check
+ (lambda _
+ (zero? (system* "make" "test"))))
(add-before
'build 'rewrite-path
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "bin/elixir"
- (("ERL_EXEC=\"erl\"") (string-append "ERL_EXEC=" (which "erl"))))))
- ;; (replace 'check
- ;; (lambda _
- ;; (zero? (system* "make" "test")))))))
- )
+ (("ERL_EXEC=\"erl\"") (string-append "ERL_EXEC=" (which "erl")))))))
#:make-flags (list (string-append "PREFIX=" %output))
- #:tests? #f)) ;; 2845 tests, 12 failures
+ #:tests? #t)) ;; 3115 tests, 14 failures
+
(home-page "http://elixir-lang.org/")
(synopsis "The Elixir programming language")
(description "Elixir is a dynamic, functional language designed for