make-bootstrap-tools-cross.nix: Use busybox with musl

Do this because I cannot figure out how to refer to `glibc.static`
inside busybox when cross building in a manner that works.
This commit is contained in:
Tuomas Tynkkynen 2016-06-01 22:52:34 +03:00
parent 171c7f0e63
commit 0968641eda

View File

@ -93,8 +93,7 @@ rec {
})).crossDrv;
busyboxMinimal = (pkgs.busybox.override {
# TBD: uClibc is broken.
# useUclibc = true;
useMusl = true;
enableStatic = true;
enableMinimal = true;
extraConfig = ''