New issue by 0323pin on void-packages repository https://github.com/void-linux/void-packages/issues/44557 Description: ### Is this a new report? Yes ### System Info Void 6.1.34_1 x86_64-musl GenuineIntel uptodate ### Package(s) Affected spotify-player-0.14.0_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? There's no upstream bug. The issue is due to the Void build itself. ### Expected behaviour spotify-player should be able to find the desired backend. ### Actual behaviour spotify-player is unable to find a backend. ### Steps to reproduce Install spotify-player having only `alsa` installed and launch the application. **REASON FOR FAILURE:** The package is built with the default features, _i.e._ there are no `configure_args=` in the template. Building the package with `cargo` using `cargo build --release --no-default-features --features alsa-backend` produces a working binary.