diff options
| author | Jack Nagel | 2014-06-16 10:06:55 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-16 10:06:55 -0500 |
| commit | 5ce5ad362cc8846b019e25c72a767cb220c02987 (patch) | |
| tree | 51f077e56981afd3c7c0da0da3b54d7d9b1044c5 /Library/Formula | |
| parent | 30de282dcefeb752dedbe7c27bf599ecfed177dc (diff) | |
| download | homebrew-5ce5ad362cc8846b019e25c72a767cb220c02987.tar.bz2 | |
elixir: update requirement
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/elixir.rb | 3 |
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/ |
