From 05f93d463004c7bc8d9fb32949da7d2cb6a1e9d9 Mon Sep 17 00:00:00 2001 From: Camille Date: Sat, 2 Jan 2021 16:23:23 +0100 Subject: [PATCH] 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. --- pkgs/servers/mpd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/mpd/default.nix b/pkgs/servers/mpd/default.nix index c403d160e2b..6b7cdc6a3a2 100644 --- a/pkgs/servers/mpd/default.nix +++ b/pkgs/servers/mpd/default.nix @@ -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"