Merge pull request #117076 from marsam/fix-mpd-darwin
mpd: fix build on darwin
This commit is contained in:
commit
2ae8d4bc95
1 changed files with 1 additions and 1 deletions
|
@ -18330,7 +18330,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 a new issue