aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/elixir/APKBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/community/elixir/APKBUILD b/community/elixir/APKBUILD
index 6c3c5b5136..76e8a820d8 100644
--- a/community/elixir/APKBUILD
+++ b/community/elixir/APKBUILD
@@ -7,7 +7,7 @@ url="http://elixir-lang.org"
arch="noarch"
license="Apache-2.0"
depends="erlang erlang-inets erlang-ssl
- erlang-public-key erlang-asn1 erlang-sasl erlang-erl-interface erlang-dev"
+ erlang-public-key erlang-asn1 erlang-sasl erlang-erl-interface erlang-dev erlang-dialyzer erlang-erts erlang-hipe"
makedepends="erlang-crypto erlang-syntax-tools erlang-parsetools erlang-eunit erlang-tools"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz
@@ -27,9 +27,6 @@ build() {
check() {
cd "$builddir"
- # TODO: Fix this test, it doesn't pass currently
- rm -f lib/elixir/test/elixir/kernel/dialyzer_test.exs
-
make test
}