spotifyd: fix build on darwin

This commit is contained in:
Mario Rodas 2019-09-21 02:01:00 -05:00
parent 53c3ad4fff
commit 695f04632d
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8
1 changed files with 1 additions and 1 deletions

View File

@ -18735,7 +18735,7 @@ in
spotifyd = callPackage ../applications/audio/spotifyd {
withALSA = stdenv.isLinux;
withPulseAudio = config.pulseaudio or true;
withPulseAudio = config.pulseaudio or stdenv.isLinux;
withPortAudio = stdenv.isDarwin;
};