cmus: move defaults to package file

This commit is contained in:
Jan Malakhovski
2019-02-13 23:12:03 +00:00
parent f91e811e44
commit 1eea8a5f4a
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -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
-2
View File
@@ -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 { };