Skip to content

Commit ceac172

Browse files
committed
rust: fix missing build requirement xz
As of rust-lang/rust#41600 we now need `xz` to build Rust from HEAD.
1 parent 6b3eeb9 commit ceac172

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Formula/rust.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ class Rust < Formula
2727
head do
2828
url "https://github.com/rust-lang/rust.git"
2929

30+
depends_on "xz" => :build
31+
3032
resource "cargo" do
3133
url "https://github.com/rust-lang/cargo.git"
3234
end

0 commit comments

Comments
 (0)