Skip to content

Commit

Permalink
rust: fix missing build requirement xz
Browse files Browse the repository at this point in the history
As of rust-lang/rust#41600 we now need `xz` to build Rust from HEAD.
  • Loading branch information
brandt committed May 6, 2017
1 parent 6b3eeb9 commit ceac172
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/rust.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ class Rust < Formula
head do
url "https://github.com/rust-lang/rust.git"

depends_on "xz" => :build

resource "cargo" do
url "https://github.com/rust-lang/cargo.git"
end
Expand Down

0 comments on commit ceac172

Please sign in to comment.