mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-14 00:43:24 +00:00
ea67e455d3
The aarch64 musl bootstrap tools are woefully outdated. Just getting
them to the point of being able to build new versions of themselves
required a number of hacks[1] that can be reverted once we have new
bootstrap tools, and before that it stdenv didn't even build for the
preceding three years.
[1]: https://github.com/NixOS/nixpkgs/pull/169764
So, following the script established by previous bootstrap tools
updates:
Files came from this Hydra build:
https://hydra.nixos.org/build/246470544
…which used nixpkgs revision
|
||
---|---|---|
.. | ||
aarch64-unknown-linux-gnu.nix | ||
aarch64-unknown-linux-musl.nix | ||
armv5tel-unknown-linux-gnueabi.nix | ||
armv6l-unknown-linux-gnueabihf.nix | ||
armv6l-unknown-linux-musleabihf.nix | ||
armv7l-unknown-linux-gnueabihf.nix | ||
i686-unknown-linux-gnu.nix | ||
mips64el-unknown-linux-gnuabi64.nix | ||
mips64el-unknown-linux-gnuabin32.nix | ||
mipsel-unknown-linux-gnu.nix | ||
powerpc64le-unknown-linux-gnu.nix | ||
riscv64-unknown-linux-gnu.nix | ||
x86_64-unknown-linux-gnu.nix | ||
x86_64-unknown-linux-musl.nix |