Merge pull request #11462 from oxij/mpd-client-support
mpd: set clientSupport to true by default
This commit is contained in:
commit
a07cbec43c
@ -21,7 +21,7 @@
|
|||||||
, jackSupport ? true, libjack2
|
, jackSupport ? true, libjack2
|
||||||
, gmeSupport ? true, game-music-emu
|
, gmeSupport ? true, game-music-emu
|
||||||
, icuSupport ? true, icu
|
, icuSupport ? true, icu
|
||||||
, clientSupport ? false, mpd_clientlib
|
, clientSupport ? true, mpd_clientlib
|
||||||
, opusSupport ? true, libopus
|
, opusSupport ? true, libopus
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -9248,7 +9248,7 @@ let
|
|||||||
|
|
||||||
mpd = callPackage ../servers/mpd {
|
mpd = callPackage ../servers/mpd {
|
||||||
aacSupport = config.mpd.aacSupport or true;
|
aacSupport = config.mpd.aacSupport or true;
|
||||||
clientSupport = config.mpd.clientSupport or false;
|
clientSupport = config.mpd.clientSupport or true;
|
||||||
ffmpegSupport = config.mpd.ffmpegSupport or true;
|
ffmpegSupport = config.mpd.ffmpegSupport or true;
|
||||||
opusSupport = config.mpd.opusSupport or true;
|
opusSupport = config.mpd.opusSupport or true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user