···9191 # we just copy what we need from Glibc and use patchelf to make it
9292 # work.
9393 extraUtils = pkgs.runCommand "extra-utils"
9494- { nativeBuildInputs = [pkgs.buildPackages.nukeReferences];
9494+ { nativeBuildInputs = with pkgs.buildPackages; [ nukeReferences bintools ];
9595 allowedReferences = [ "out" ]; # prevent accidents like glibc being included in the initrd
9696 }
9797 ''