cmus: move defaults to package file

This commit is contained in:
Jan Malakhovski 2019-02-03 15:31:26 +00:00
parent f91e811e44
commit 1eea8a5f4a
2 changed files with 2 additions and 4 deletions

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, runCommand, ncurses, pkgconfig
{ config, stdenv, fetchFromGitHub, runCommand, ncurses, pkgconfig
, libiconv, CoreAudio
, alsaSupport ? stdenv.isLinux, alsaLib ? null
@ -7,7 +7,7 @@
, jackSupport ? false, libjack ? null
, samplerateSupport ? jackSupport, libsamplerate ? null
, ossSupport ? false, alsaOss ? null
, pulseaudioSupport ? false, libpulseaudio ? null
, pulseaudioSupport ? config.pulseaudio or false, libpulseaudio ? null
# TODO: add these
#, artsSupport

@ -16335,8 +16335,6 @@ in
inherit (darwin.apple_sdk.frameworks) CoreAudio;
libjack = libjack2;
ffmpeg = ffmpeg_2;
pulseaudioSupport = config.pulseaudio or false;
};
cmusfm = callPackage ../applications/audio/cmusfm { };