From ce270d9e642158dcdfbdaac6df008e67a679e05b Mon Sep 17 00:00:00 2001 From: Francis Roch Date: Thu, 25 Jul 2024 08:17:08 -0400 Subject: [PATCH] Add build dependencies on `gcc` and `hidapi` --- lib/base.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/base.rb b/lib/base.rb index dcddf18..5a9a428 100644 --- a/lib/base.rb +++ b/lib/base.rb @@ -8,6 +8,8 @@ class XiondBase < Formula depends_on "git" depends_on "go" depends_on "make" + depends_on "gcc" => :build + depends_on "hidapi" => :build def self.init(version, sha256) url "https://github.com/burnt-labs/xion/archive/refs/tags/v#{version}.tar.gz"