mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
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:
parent
171c7f0e63
commit
0968641eda
@ -93,8 +93,7 @@ rec {
|
|||||||
})).crossDrv;
|
})).crossDrv;
|
||||||
|
|
||||||
busyboxMinimal = (pkgs.busybox.override {
|
busyboxMinimal = (pkgs.busybox.override {
|
||||||
# TBD: uClibc is broken.
|
useMusl = true;
|
||||||
# useUclibc = true;
|
|
||||||
enableStatic = true;
|
enableStatic = true;
|
||||||
enableMinimal = true;
|
enableMinimal = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user