librespot: migrate to by-name, modernize derivation (#497265)

This commit is contained in:
Weijia Wang
2026-04-14 22:43:20 +00:00
committed by GitHub
2 changed files with 3 additions and 8 deletions
@@ -9,10 +9,11 @@
withALSA ? stdenv.hostPlatform.isLinux,
alsa-lib,
alsa-plugins,
withPortAudio ? false,
withPortAudio ? stdenv.hostPlatform.isDarwin,
portaudio,
withPulseAudio ? false,
withPulseAudio ? config.pulseaudio or stdenv.hostPlatform.isLinux,
libpulseaudio,
config,
withRodio ? true,
withAvahi ? false,
withMDNS ? true,
-6
View File
@@ -9546,12 +9546,6 @@ with pkgs;
}
);
librespot = callPackage ../applications/audio/librespot {
withALSA = stdenv.hostPlatform.isLinux;
withPulseAudio = config.pulseaudio or stdenv.hostPlatform.isLinux;
withPortAudio = stdenv.hostPlatform.isDarwin;
};
linssid = libsForQt5.callPackage ../applications/networking/linssid { };
deadd-notification-center = haskell.lib.compose.justStaticExecutables (