diff options
| author | Jack Nagel | 2014-09-23 12:52:37 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-23 12:52:37 -0500 |
| commit | 0efb843c03245b34f63ee643e4e60901a3246968 (patch) | |
| tree | 4448c6f297e5ca216f88f4e99c00224af0a8a4dd /Library | |
| parent | 805b92f328de1f18b5b2f38814d676830142fd45 (diff) | |
| download | homebrew-0efb843c03245b34f63ee643e4e60901a3246968.tar.bz2 | |
pandoc: allow clang on 10.8
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pandoc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pandoc.rb b/Library/Formula/pandoc.rb index 53bf2fa41..5beec7f86 100644 --- a/Library/Formula/pandoc.rb +++ b/Library/Formula/pandoc.rb @@ -18,7 +18,7 @@ class Pandoc < Formula depends_on "cabal-install" => :build depends_on "gmp" - fails_with :clang if MacOS.version < :mavericks # Same as ghc.rb + fails_with(:clang) { build 425 } # clang segfaults on Lion def install cabal_sandbox do |
