forked from mirrors/nixpkgs
ee39e49b68
Fixes building glibc 2.30, which requires at least GCC 6.
Picked from the following cross-trunk evaluation:
https://hydra.nixos.org/eval/1568864 based on nixpkgs
commit ac241fb7a5
.
armv5tel job: https://hydra.nixos.org/build/111556418
armv6l job: https://hydra.nixos.org/build/111556521
armv7l job: https://hydra.nixos.org/build/111556551
13 lines
442 B
Nix
13 lines
442 B
Nix
{
|
|
busybox = import <nix/fetchurl.nix> {
|
|
url = https://hydra.nixos.org/build/112609103/download/2/busybox;
|
|
sha256 = "566a469dac214b31e4abdb0a91d32550bab1be5858d329e1b6074eef05370ca3";
|
|
executable = true;
|
|
};
|
|
|
|
bootstrapTools = import <nix/fetchurl.nix> {
|
|
url = https://hydra.nixos.org/build/112609103/download/1/bootstrap-tools.tar.xz;
|
|
sha256 = "79fa2d7722aeb856c7c9b62a3fd64b6d261fd6f6bcbac486f0a2a7d823210550";
|
|
};
|
|
}
|