3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #117076 from marsam/fix-mpd-darwin

mpd: fix build on darwin
This commit is contained in:
Sandro 2021-03-21 23:54:44 +01:00 committed by GitHub
commit 2ae8d4bc95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 { };