pandoc-crossref: revision for pandoc
Closes #6321. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
a1f2f53e8c
commit
db314c1b5a
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ class PandocCrossref < Formula
|
|||
homepage "https://github.com/lierdakil/pandoc-crossref"
|
||||
url "https://hackage.haskell.org/package/pandoc-crossref-0.2.3.0/pandoc-crossref-0.2.3.0.tar.gz"
|
||||
sha256 "b6b4200023da4835cf50a2c9a247a837282ccf16e1684336b5a15d17b9ad085e"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -21,6 +22,7 @@ class PandocCrossref < Formula
|
|||
depends_on "pandoc" => :run
|
||||
|
||||
def install
|
||||
(buildpath/"cabal.config").write("allow-newer: pandoc,pandoc-types\n")
|
||||
args = []
|
||||
args << "--constraint=cryptonite -support_aesni" if MacOS.version <= :lion
|
||||
install_cabal_package *args
|
||||
|
|
Loading…
Reference in a new issue