mpd: fix build on darwin
This commit is contained in:
parent
f84b4b9dcc
commit
9e76601be0
|
@ -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 { };
|
||||
|
|
Loading…
Reference in New Issue