diff options
| author | Adam Vandenberg | 2013-06-18 08:09:22 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-18 08:09:22 -0700 |
| commit | 95ad7707daa159a42bed59f0f758abfdf62e0137 (patch) | |
| tree | 3fbc2e65827617308aa4145c039f4fa50babc896 /Library | |
| parent | a08108a6daac65b6728415055ea6f145ba9f1383 (diff) | |
| download | homebrew-95ad7707daa159a42bed59f0f758abfdf62e0137.tar.bz2 | |
nu: use :macos
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/nu.rb | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/Library/Formula/nu.rb b/Library/Formula/nu.rb index e9136983a..801f5aabe 100644 --- a/Library/Formula/nu.rb +++ b/Library/Formula/nu.rb @@ -1,21 +1,11 @@ require 'formula' -class NeedsLion < Requirement - fatal true - - satisfy MacOS.version >= :lion - - def message - "Nu requires Mac OS X 10.7 or newer" - end -end - class Nu < Formula homepage 'http://programming.nu' url 'http://programming.nu/releases/Nu-2.0.1.tgz' sha1 'c0735f8f3daec9471b849f8e96827b5eef0ec44e' - depends_on NeedsLion + depends_on :macos => :lion depends_on 'pcre' fails_with :llvm do |
