mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
rust: needs tar in hostmakedepends
This commit is contained in:
parent
5a36fc7b34
commit
72936b3918
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue