aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-09-23 12:08:20 -0500
committerJack Nagel2014-09-23 12:10:08 -0500
commit805b92f328de1f18b5b2f38814d676830142fd45 (patch)
tree117addb98357795f1f45bfa6b870185e5b42a757 /Library
parent95297671694ed72c43ff268f49af50980b1e648f (diff)
downloadhomebrew-805b92f328de1f18b5b2f38814d676830142fd45.tar.bz2
pandoc-citeproc: fails with clang on Lion
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pandoc-citeproc.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/pandoc-citeproc.rb b/Library/Formula/pandoc-citeproc.rb
index 42f3bd530..7bd509a97 100644
--- a/Library/Formula/pandoc-citeproc.rb
+++ b/Library/Formula/pandoc-citeproc.rb
@@ -19,6 +19,8 @@ class PandocCiteproc < Formula
depends_on "gmp"
depends_on "pandoc" => :recommended
+ fails_with(:clang) { build 425 } # clang segfaults on Lion
+
def install
cabal_sandbox do
cabal_install "--only-dependencies"