From 0968641edad9a4655c3edf82d5946af3f4433ea1 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Wed, 1 Jun 2016 22:52:34 +0300 Subject: [PATCH] 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. --- pkgs/stdenv/linux/make-bootstrap-tools-cross.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix b/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix index 32f287cdc4c..868e6f209e9 100644 --- a/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix +++ b/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix @@ -93,8 +93,7 @@ rec { })).crossDrv; busyboxMinimal = (pkgs.busybox.override { - # TBD: uClibc is broken. - # useUclibc = true; + useMusl = true; enableStatic = true; enableMinimal = true; extraConfig = ''