mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
propagate libiconv header from musl too
This commit is contained in:
parent
f623858a82
commit
9204fa2620
@ -9977,7 +9977,7 @@ with pkgs;
|
||||
# We also provide `libiconvReal`, which will always be a standalone libiconv,
|
||||
# just in case you want it regardless of platform.
|
||||
libiconv =
|
||||
if hostPlatform.libc == "glibc"
|
||||
if (hostPlatform.libc == "glibc" || hostPlatform.libc == "musl")
|
||||
then glibcIconv (if hostPlatform != buildPlatform
|
||||
then libcCross
|
||||
else stdenv.cc.libc)
|
||||
|
Loading…
Reference in New Issue
Block a user