Skip to content

Commit

Permalink
Fix brew style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jthat committed Mar 5, 2024
1 parent fc155eb commit e2084d8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/musl-cross-clang.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,12 @@ class MuslCrossClang < Formula
depends_on "[email protected]" => :build
depends_on "swig" => :build

depends_on "libedit"
depends_on :linux
depends_on "ncurses"
depends_on "zlib"
depends_on "zstd"

uses_from_macos "libedit"
uses_from_macos "ncurses"
uses_from_macos "zlib"

resource "linux-#{LINUX_VER}.tar.xz" do
url "https://cdn.kernel.org/pub/linux/kernel/v#{LINUX_VER.sub(/^([^.])\..*$/, '\1')}.x/linux-#{LINUX_VER}.tar.xz"
sha256 "b732c2e4f08576a9dd5bb14213cead3835acbb101a91aaba3d6ace302fd538ac"
Expand Down

0 comments on commit e2084d8

Please sign in to comment.