spotifyd: fix build on darwin

This commit is contained in:
Mario Rodas
2019-09-21 16:15:39 -05:00
parent 53c3ad4fff
commit 695f04632d
+1 -1
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;
};