summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/linux/make-bootstrap-tools.nix
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-04-24 21:22:52 -0500
committerWill Dietz <w@wdtz.org>2018-04-24 21:27:28 -0500
commit791b5bbbf4d7ec7de8c1a5df0ee3be08ae8670c9 (patch)
treed2bdbff52dc31a70626b97eeeb40d2e63b698a18 /pkgs/stdenv/linux/make-bootstrap-tools.nix
parentde00c0d7fbdbc27fd4a7a5addf5d42d3a90e3181 (diff)
musl bootstrap: remove libiconv
Diffstat (limited to 'pkgs/stdenv/linux/make-bootstrap-tools.nix')
-rw-r--r--pkgs/stdenv/linux/make-bootstrap-tools.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/stdenv/linux/make-bootstrap-tools.nix b/pkgs/stdenv/linux/make-bootstrap-tools.nix
index 5522bc5dea25..4fc9999b538c 100644
--- a/pkgs/stdenv/linux/make-bootstrap-tools.nix
+++ b/pkgs/stdenv/linux/make-bootstrap-tools.nix
@@ -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