Unverified Commit 6fe1904e authored by Olivér Falvai's avatar Olivér Falvai
Browse files

spotify-player: fix x86_64-darwin

parent c5472cf2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
  dbus,
  fontconfig,
  libsixel,
  apple-sdk_11,

  # build options
  withStreaming ? true,
@@ -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 ]