diffutils: disable tests in diffutils on riscv64
This commit is contained in:
parent
380243195b
commit
1616ab211b
@ -33,7 +33,8 @@ 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 = true;
|
||||
# Test failure on QEMU only (#300550)
|
||||
doCheck = !stdenv.buildPlatform.isRiscV64;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.gnu.org/software/diffutils/diffutils.html";
|
||||
|
Loading…
Reference in New Issue
Block a user