rust: needs tar in hostmakedepends

This commit is contained in:
Jürgen Buchmüller 2020-01-05 13:48:04 +01:00
parent 5a36fc7b34
commit 72936b3918

View file

@ -8,7 +8,7 @@ _cargo_dist_version=0.40.0
# Always make sure custom distfiles used for bootstrap are # Always make sure custom distfiles used for bootstrap are
# uploaded to https://alpha.de.repo.voidlinux.org/distfiles/ # uploaded to https://alpha.de.repo.voidlinux.org/distfiles/
wrksrc="rustc-${version}-src" wrksrc="rustc-${version}-src"
hostmakedepends="cmake curl pkg-config python3" hostmakedepends="cmake curl pkg-config python3 tar"
makedepends="libffi-devel ncurses-devel libxml2-devel zlib-devel llvm" makedepends="libffi-devel ncurses-devel libxml2-devel zlib-devel llvm"
depends="rust-std" depends="rust-std"
short_desc="Safe, concurrent, practical systems language" short_desc="Safe, concurrent, practical systems language"