mpd-small: remove mad from features
this feature already gets enabled when the environment is not darwin (see line 202), keeping it in the 'standard features' breaks the build for darwin currently.
This commit is contained in:
parent
a90d0cd34c
commit
05f93d4630
@ -190,7 +190,7 @@ in
|
||||
mpd = run { };
|
||||
mpd-small = run { features = [
|
||||
"webdav" "curl" "mms" "bzip2" "zzip"
|
||||
"audiofile" "faad" "flac" "gme" "mad"
|
||||
"audiofile" "faad" "flac" "gme"
|
||||
"mpg123" "opus" "vorbis" "vorbisenc"
|
||||
"lame" "libsamplerate" "shout"
|
||||
"libmpdclient" "id3tag" "expat" "pcre"
|
||||
|
Loading…
Reference in New Issue
Block a user