aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-06-16 10:06:55 -0500
committerJack Nagel2014-06-16 10:06:55 -0500
commit5ce5ad362cc8846b019e25c72a767cb220c02987 (patch)
tree51f077e56981afd3c7c0da0da3b54d7d9b1044c5 /Library/Formula
parent30de282dcefeb752dedbe7c27bf599ecfed177dc (diff)
downloadhomebrew-5ce5ad362cc8846b019e25c72a767cb220c02987.tar.bz2
elixir: update requirement
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/elixir.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/elixir.rb b/Library/Formula/elixir.rb
index 8b542116e..4ebfc5bf5 100644
--- a/Library/Formula/elixir.rb
+++ b/Library/Formula/elixir.rb
@@ -3,6 +3,7 @@ require 'formula'
class ErlangInstalled < Requirement
fatal true
env :userpaths
+ default_formula "erlang"
satisfy {
erl = which('erl') and begin
@@ -15,7 +16,7 @@ class ErlangInstalled < Requirement
Erlang 17 is required to install.
You can install this with:
- brew install erlang --devel
+ brew install erlang
Or you can use an official installer from:
http://www.erlang.org/