mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 23:52:33 +00:00
spotifyd: fix build on darwin
This commit is contained in:
parent
53c3ad4fff
commit
695f04632d
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue