The C++ compiler in our musl bootstrap for aarch64 is too old to build the latest version of patchelf, so we need to use the latest version that builds with that compiler to get a new bootstrap.
···11{ stdenv, fetchurl, patchelf }:
2233+# Note: this package is used for bootstrapping fetchurl, and thus
44+# cannot use fetchpatch! All mutable patches (generated by GitHub or
55+# cgit) that are needed here should be included directly in Nixpkgs as
66+# files.
77+38stdenv.mkDerivation rec {
49 pname = "patchelf";
510 version = "0.13.1";