mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
cargo: enable i686.
This commit is contained in:
parent
2fd82131b6
commit
aeb548f29e
1 changed files with 15 additions and 9 deletions
|
@ -32,6 +32,12 @@ x86_64)
|
||||||
checksum+="
|
checksum+="
|
||||||
55ad9a8929303b4e06c18d0dd30b0d6296da784606d9c55cce98d5d7fc39a0b2"
|
55ad9a8929303b4e06c18d0dd30b0d6296da784606d9c55cce98d5d7fc39a0b2"
|
||||||
;;
|
;;
|
||||||
|
i686)
|
||||||
|
distfiles+="
|
||||||
|
https://static.rust-lang.org/cargo-dist/2016-03-21/cargo-nightly-i686-unknown-linux-gnu.tar.gz"
|
||||||
|
checksum+="
|
||||||
|
b2a1c4c33fb9274771c8d830cd8ac07f7ae96af341fa30399d6929ffd6c8b425"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue