Loading pkgs/applications/audio/librespot/default.nix→pkgs/by-name/li/librespot/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -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, Loading pkgs/top-level/all-packages.nix +0 −6 Original line number Diff line number Diff line Loading @@ -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 ( Loading Loading
pkgs/applications/audio/librespot/default.nix→pkgs/by-name/li/librespot/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -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, Loading
pkgs/top-level/all-packages.nix +0 −6 Original line number Diff line number Diff line Loading @@ -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 ( Loading