about summary refs log tree commit diff
path: root/pkgs/servers/mpd
diff options
context:
space:
mode:
authorCamille <camille@airmail.cc>2021-01-02 16:23:23 +0100
committerGitHub <noreply@github.com>2021-01-02 16:23:23 +0100
commit05f93d463004c7bc8d9fb32949da7d2cb6a1e9d9 (patch)
treec7b2f3c6cd98fd160f40f9b9ecebda77a1a331f9 /pkgs/servers/mpd
parenta90d0cd34cebfca4d66901a07998875f77d5897f (diff)
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.
Diffstat (limited to 'pkgs/servers/mpd')
-rw-r--r--pkgs/servers/mpd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/mpd/default.nix b/pkgs/servers/mpd/default.nix
index c403d160e2bc2..6b7cdc6a3a2de 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"