musl bootstrap: remove libiconv

This commit is contained in:
Will Dietz
2018-04-24 21:27:28 -05:00
parent de00c0d7fb
commit 791b5bbbf4
2 changed files with 1 additions and 3 deletions
@@ -136,8 +136,6 @@ in with pkgs; rec {
cp -d ${libmpc.out}/lib/libmpc*.so* $out/lib
cp -d ${zlib.out}/lib/libz.so* $out/lib
cp -d ${libelf}/lib/libelf.so* $out/lib
'' + lib.optionalString (hostPlatform.libc == "musl") ''
cp -d ${libiconv.out}/lib/libiconv*.so* $out/lib
'' + lib.optionalString (hostPlatform != buildPlatform) ''
# These needed for cross but not native tools because the stdenv