Skip to content

Commit

Permalink
cryptol: fix build
Browse files Browse the repository at this point in the history
Closes #62724.

Signed-off-by: Thierry Moisan <thierry.moisan@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
fxcoudert authored and BrewTestBot committed Oct 12, 2020
1 parent 2e78e8b commit 306e89c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Formula/cryptol.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ class Cryptol < Formula
uses_from_macos "ncurses"
uses_from_macos "zlib"

# Fix dependencies https://github.com/GaloisInc/cryptol/issues/879
# Remove in next version
patch do
url "https://github.com/GaloisInc/cryptol/commit/f35fe362.diff?full_index=1"
sha256 "7deab78a33582f456b354d2230b4f7faeff526127910d1f6c9b77cf63c16dcfd"
end

def install
system "cabal", "v2-update"
system "cabal", "v2-install", *std_cabal_v2_args
Expand Down

0 comments on commit 306e89c

Please sign in to comment.