Revert "pkgsMusl.coreutils: fix build on aarch64"

This reverts commit 661dfd834787f157b70597f9f0f3e7202ba74332.

This problem has gone away now that aarch64-unknown-linux-musl has an
up-to-date bootstrap.

-2
-2
pkgs/tools/misc/coreutils/default.nix
··· 129 129 # Darwin (http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/19351), 130 130 # and {Open,Free}BSD. 131 131 # With non-standard storeDir: https://github.com/NixOS/nix/issues/512 132 - # On aarch64+musl, test-init.sh fails due to a segfault in diff. 133 132 doCheck = (!isCross) 134 133 && (stdenv.hostPlatform.libc == "glibc" || stdenv.hostPlatform.libc == "musl") 135 - && !(stdenv.hostPlatform.libc == "musl" && stdenv.hostPlatform.isAarch64) 136 134 && !stdenv.isAarch32; 137 135 138 136 # Prevents attempts of running 'help2man' on cross-built binaries.