Loading pkgs/by-name/sp/spotify-player/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ dbus, fontconfig, libsixel, apple-sdk_11, # build options withStreaming ? true, Loading Loading @@ -74,6 +75,9 @@ rustPlatform.buildRustPackage rec { dbus fontconfig ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 # can be removed once x86_64-darwin defaults to a newer SDK ] ++ lib.optionals withSixel [ libsixel ] ++ lib.optionals (withAudioBackend == "alsa") [ alsa-lib ] ++ lib.optionals (withAudioBackend == "pulseaudio") [ libpulseaudio ] Loading Loading
pkgs/by-name/sp/spotify-player/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ dbus, fontconfig, libsixel, apple-sdk_11, # build options withStreaming ? true, Loading Loading @@ -74,6 +75,9 @@ rustPlatform.buildRustPackage rec { dbus fontconfig ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 # can be removed once x86_64-darwin defaults to a newer SDK ] ++ lib.optionals withSixel [ libsixel ] ++ lib.optionals (withAudioBackend == "alsa") [ alsa-lib ] ++ lib.optionals (withAudioBackend == "pulseaudio") [ libpulseaudio ] Loading