mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
spotify-tui: fix build with recent rust
Closes: #38796 [via git-merge-pr]
This commit is contained in:
parent
b8f2f4cfa7
commit
9c21fc65ea
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@ distfiles="https://github.com/Rigellute/spotify-tui/archive/v${version}.tar.gz"
|
|||
checksum=9d6fa998e625ceff958a5355b4379ab164ba76575143a7b6d5d8aeb6c36d70a7
|
||||
|
||||
pre_build() {
|
||||
cargo update --package openssl-sys --precise 0.9.58
|
||||
# fix various compilation issues
|
||||
cargo update --package num-traits:0.2.12 --precise 0.2.15
|
||||
cargo update --package num-integer:0.1.43 --precise 0.1.45
|
||||
cargo update --package autocfg:1.0.0 --precise 1.1.0
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue