forked from mirrors/nixpkgs
mpd: move defaults to package file
This commit is contained in:
parent
4ec5cbc77a
commit
866944ff52
|
@ -13601,13 +13601,7 @@ in
|
|||
mod_python = pkgs.apacheHttpdPackages.mod_python;
|
||||
mod_wsgi = pkgs.apacheHttpdPackages.mod_wsgi;
|
||||
|
||||
mpd = callPackage ../servers/mpd {
|
||||
aacSupport = config.mpd.aacSupport or true;
|
||||
clientSupport = config.mpd.clientSupport or true;
|
||||
ffmpegSupport = config.mpd.ffmpegSupport or true;
|
||||
opusSupport = config.mpd.opusSupport or true;
|
||||
|
||||
};
|
||||
mpd = callPackage ../servers/mpd (config.mpd or {});
|
||||
|
||||
mpd_clientlib = callPackage ../servers/mpd/clientlib.nix { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue