Unverified Commit 525d9c75 authored by Guy Chronister's avatar Guy Chronister
Browse files

librespot: migrate to by-name

parent 98bc03f7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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,
+0 −6
Original line number Diff line number Diff line
@@ -9676,12 +9676,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 (