diff options
| author | Andreas Neuhaus | 2013-05-24 15:44:31 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-24 06:54:27 -0700 |
| commit | a35936c3f4978bf1c71999aa9589d27308df50e6 (patch) | |
| tree | d3507277f662289b37cfd3b6b579648999142538 /Library/Formula/rust.rb | |
| parent | 1525ece6b3e74bd47afd7584e6c5c358f10c2304 (diff) | |
| download | homebrew-a35936c3f4978bf1c71999aa9589d27308df50e6.tar.bz2 | |
Add HEAD for Rust
Closes #20049.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/rust.rb')
| -rw-r--r-- | Library/Formula/rust.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/rust.rb b/Library/Formula/rust.rb index 87be0699e..77069fdb0 100644 --- a/Library/Formula/rust.rb +++ b/Library/Formula/rust.rb @@ -5,6 +5,8 @@ class Rust < Formula url 'http://static.rust-lang.org/dist/rust-0.6.tar.gz' sha256 'e11cb529a1e20f27d99033181a9e0e131817136b46d2742f0fa1afa1210053e5' + head 'https://github.com/mozilla/rust.git' + fails_with :clang do build 318 cause "cannot initialize a parameter of type 'volatile long long *' with an rvalue of type 'int *'" |
