Skip to content

Commit

Permalink
nexttrace: build with [email protected]
Browse files Browse the repository at this point in the history
use "go" again after nxtrace/NTrace-core#247 is fixed and released

Follow-up to #175310
  • Loading branch information
stefanb committed Aug 20, 2024
1 parent 2a92cc0 commit c762935
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/n/nexttrace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class Nexttrace < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "e90f31d9c8689e87102573b8e21b0551a55a19a8bb0b5ec8187dcd4fee7d086c"
end

depends_on "go" => :build
# use "go" again after https://github.com/nxtrace/NTrace-core/issues/247 is fixed and released
depends_on "[email protected]" => :build

def install
ldflags = %W[
Expand Down

0 comments on commit c762935

Please sign in to comment.