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:
Camille
2021-01-02 16:23:23 +01:00
committed by GitHub
parent a90d0cd34c
commit 05f93d4630

View File

@@ -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"