Commit 7554724a authored by Alyssa Ross's avatar Alyssa Ross
Browse files

Revert "diffutils: disable tests on aarch64 musl"

This reverts commit 45584b3e.

These work fine now that we have an up-to-date bootstrap tarball for
this platform.
parent 066ccb99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
    lib.optional (coreutils != null) "PR_PROGRAM=${coreutils}/bin/pr"
    ++ lib.optional (stdenv.buildPlatform != stdenv.hostPlatform) "gl_cv_func_getopt_gnu=yes";

  doCheck = !(stdenv.buildPlatform.isAarch64 && stdenv.buildPlatform.isMusl);
  doCheck = true;

  meta = with lib; {
    homepage = "https://www.gnu.org/software/diffutils/diffutils.html";