about summary refs log tree commit diff
path: root/pkgs/applications/audio/librespot
diff options
context:
space:
mode:
authorhacker1024 <hacker1024@users.sourceforge.net>2023-09-22 19:41:05 +1000
committerGitHub <noreply@github.com>2023-09-22 19:41:05 +1000
commit6baeb351fa745e62a19544200d7e14f8f9098158 (patch)
tree42910593e2f3e6b6747ef21a015eaec33e04296c /pkgs/applications/audio/librespot
parentd80a9f0e211f443fc276b733da50f5906f280389 (diff)
librespot: Only enable ALSA by default on Linux
Co-authored-by: Artturi <Artturin@artturin.com>
Diffstat (limited to 'pkgs/applications/audio/librespot')
-rw-r--r--pkgs/applications/audio/librespot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/librespot/default.nix b/pkgs/applications/audio/librespot/default.nix
index df7bfab74b94a..2617030829a54 100644
--- a/pkgs/applications/audio/librespot/default.nix
+++ b/pkgs/applications/audio/librespot/default.nix
@@ -5,7 +5,7 @@
 , pkg-config
 , stdenv
 , openssl
-, withALSA ? true
+, withALSA ? stdenv.isLinux
 , alsa-lib
 , alsa-plugins
 , withPortAudio ? false