spotifyd: fix build on darwin
This commit is contained in:
parent
53c3ad4fff
commit
695f04632d
@ -18735,7 +18735,7 @@ in
|
|||||||
|
|
||||||
spotifyd = callPackage ../applications/audio/spotifyd {
|
spotifyd = callPackage ../applications/audio/spotifyd {
|
||||||
withALSA = stdenv.isLinux;
|
withALSA = stdenv.isLinux;
|
||||||
withPulseAudio = config.pulseaudio or true;
|
withPulseAudio = config.pulseaudio or stdenv.isLinux;
|
||||||
withPortAudio = stdenv.isDarwin;
|
withPortAudio = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user