aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpjotrp2016-06-22 15:47:58 +0000
committerpjotrp2016-06-22 15:47:58 +0000
commitf44cb62a53ca62d1c4156333b70aeb54bb91c996 (patch)
tree2c5b8e5447226870ad65624a809e3bfa195c31e5
parent2a0fc5949897ab5df4dd96296730585f84accf91 (diff)
downloadguix-bioinformatics-f44cb62a53ca62d1c4156333b70aeb54bb91c996.tar.gz
Elixir: remark
-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