librespot: Only enable ALSA by default on Linux

Co-authored-by: Artturi <Artturin@artturin.com>
This commit is contained in:
hacker1024 2023-09-22 19:41:05 +10:00 committed by GitHub
parent d80a9f0e21
commit 6baeb351fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
, pkg-config
, stdenv
, openssl
, withALSA ? true
, withALSA ? stdenv.isLinux
, alsa-lib
, alsa-plugins
, withPortAudio ? false