aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/elixir.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/elixir.rb')
-rw-r--r--Library/Formula/elixir.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/elixir.rb b/Library/Formula/elixir.rb
index eac245a3e..96c196cbd 100644
--- a/Library/Formula/elixir.rb
+++ b/Library/Formula/elixir.rb
@@ -1,6 +1,8 @@
require 'formula'
class ErlangInstalled < Requirement
+ fatal true
+
def message; <<-EOS.undent
Erlang is required to install.
@@ -15,10 +17,6 @@ class ErlangInstalled < Requirement
def satisfied?
which 'erl'
end
-
- def fatal?
- true
- end
end
class Elixir < Formula