Add spotifyd package and service (#65092)

Add spotifyd package and service
This commit is contained in:
Florian Klink
2019-07-24 00:54:24 +02:00
committed by GitHub
5 changed files with 94 additions and 0 deletions

View File

@@ -18538,6 +18538,12 @@ in
spectral = qt5.callPackage ../applications/networking/instant-messengers/spectral { };
spotifyd = callPackage ../applications/audio/spotifyd {
withALSA = stdenv.isLinux;
withPulseAudio = config.pulseaudio or true;
withPortAudio = stdenv.isDarwin;
};
super-productivity = callPackage ../applications/networking/super-productivity { };
wlc = callPackage ../development/libraries/wlc { };