···21331213312133221332 libiconvReal = callPackage ../development/libraries/libiconv { };
21333213332133421334+ iconv =
2133521335+ if lib.elem stdenv.hostPlatform.libc [ "glibc" "musl" ] then
2133621336+ lib.getBin stdenv.cc.libc
2133721337+ else if stdenv.hostPlatform.isDarwin then
2133821338+ lib.getBin darwin.libiconv
2133921339+ else
2134021340+ lib.getBin libiconvReal;
2134121341+2133421342 # On non-GNU systems we need GNU Gettext for libintl.
2133521343 libintl = if stdenv.hostPlatform.libc != "glibc" then gettext else null;
2133621344