mpd: fix build on darwin

This commit is contained in:
Mario Rodas 2021-03-20 04:20:00 +00:00
parent f84b4b9dcc
commit 9e76601be0
1 changed files with 1 additions and 1 deletions

View File

@ -18316,7 +18316,7 @@ in
mod_pkcs12 = pkgs.apacheHttpdPackages.mod_pkcs12;
mod_timestamp = pkgs.apacheHttpdPackages.mod_timestamp;
inherit (callPackages ../servers/mpd { })
inherit (callPackages ../servers/mpd { stdenv = if stdenv.cc.isClang then llvmPackages_8.stdenv else stdenv; })
mpd mpd-small mpdWithFeatures;
libmpdclient = callPackage ../servers/mpd/libmpdclient.nix { };