Skip to content

Commit 0af6cac

Browse files
committed
Add zlib dependency
Closes #5. Signed-off-by: notunrandom <122674938+notunrandom@users.noreply.github.com>
1 parent b1ccb26 commit 0af6cac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/consensus-db-tools.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class ConsensusDbTools < Formula
1212
depends_on "notunrandom/cardano/blst"
1313
depends_on "notunrandom/cardano/libsodium-cardano"
1414
depends_on "notunrandom/cardano/secp256k1@0.3.2"
15+
depends_on "zlib"
1516

1617
def install
1718
ENV["GHCUP_INSTALL_BASE_PREFIX"] = buildpath

0 commit comments

Comments
 (0)