mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
spotifyd: fix ftbfs
This commit is contained in:
parent
92430c78a5
commit
edb6db3f75
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'spotifyd'
|
# Template file for 'spotifyd'
|
||||||
pkgname=spotifyd
|
pkgname=spotifyd
|
||||||
version=0.3.5
|
version=0.3.5
|
||||||
revision=2
|
revision=3
|
||||||
archs="x86_64* i686* aarch64* arm*" # ring
|
archs="x86_64* i686* aarch64* arm*" # ring
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--no-default-features"
|
configure_args="--no-default-features"
|
||||||
|
@ -31,3 +31,7 @@ _features+="$(vopt_if portaudio ',portaudio_backend')"
|
||||||
if [ "$_features" ]; then
|
if [ "$_features" ]; then
|
||||||
configure_args+=" --features $_features"
|
configure_args+=" --features $_features"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
cargo update --package rustc-serialize@0.3.24 --precise 0.3.25
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue