1
0
Fork 1
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:
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

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;
};