Skip to content

Commit

Permalink
Revert "diffutils: disable tests on aarch64 musl"
Browse files Browse the repository at this point in the history
This reverts commit 45584b3.

These work fine now that we have an up-to-date bootstrap tarball for
this platform.
  • Loading branch information
alyssais committed Jan 25, 2024
1 parent 066ccb9 commit 7554724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/text/diffutils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 7554724

Please sign in to comment.