Revert "pkgsMusl.coreutils: fix build on aarch64"
This reverts commit 661dfd8347
.
This problem has gone away now that aarch64-unknown-linux-musl has an
up-to-date bootstrap.
This commit is contained in:
parent
7554724a36
commit
26a9e8a0c6
1 changed files with 0 additions and 2 deletions
|
@ -129,10 +129,8 @@ stdenv.mkDerivation rec {
|
|||
# Darwin (http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/19351),
|
||||
# and {Open,Free}BSD.
|
||||
# With non-standard storeDir: https://github.com/NixOS/nix/issues/512
|
||||
# On aarch64+musl, test-init.sh fails due to a segfault in diff.
|
||||
doCheck = (!isCross)
|
||||
&& (stdenv.hostPlatform.libc == "glibc" || stdenv.hostPlatform.libc == "musl")
|
||||
&& !(stdenv.hostPlatform.libc == "musl" && stdenv.hostPlatform.isAarch64)
|
||||
&& !stdenv.isAarch32;
|
||||
|
||||
# Prevents attempts of running 'help2man' on cross-built binaries.
|
||||
|
|
Loading…
Reference in a new issue