From 217ad8a5fd42acac6d9b3fdf45c64dd5c0034be4 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 23 Sep 2014 12:52:37 -0500 Subject: [PATCH] pandoc: allow clang on 10.8 --- Formula/pandoc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/pandoc.rb b/Formula/pandoc.rb index 53bf2fa416..5beec7f86d 100644 --- a/Formula/pandoc.rb +++ b/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