diff options
-rw-r--r-- | community/elixir/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/elixir/APKBUILD b/community/elixir/APKBUILD index 76e8a820d8..db9e3f1168 100644 --- a/community/elixir/APKBUILD +++ b/community/elixir/APKBUILD @@ -10,6 +10,7 @@ depends="erlang erlang-inets erlang-ssl 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" +# TODO: remove disable-iex-tests.patch once elixir 1.7 is released, see https://github.com/elixir-lang/elixir/pull/7350 source="$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz bit-comp-works.patch disable-iex-tests.patch" |