diff options
| author | Jack Nagel | 2014-09-23 12:08:20 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-23 12:10:08 -0500 |
| commit | 805b92f328de1f18b5b2f38814d676830142fd45 (patch) | |
| tree | 117addb98357795f1f45bfa6b870185e5b42a757 /Library/Formula | |
| parent | 95297671694ed72c43ff268f49af50980b1e648f (diff) | |
| download | homebrew-805b92f328de1f18b5b2f38814d676830142fd45.tar.bz2 | |
pandoc-citeproc: fails with clang on Lion
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pandoc-citeproc.rb | 2 |
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" |
