Merge #210058: dejagnu: disable tests on aarch64-darwin

...into staging-next
This commit is contained in:
Vladimír Čunát
2023-01-11 09:25:25 +01:00
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
'';
configureScript = "../configure";
doCheck = true;
doCheck = !(with stdenv; isDarwin && isAarch64);
# Note: The test-suite *requires* /dev/pts among the `build-chroot-dirs' of
# the build daemon when building in a chroot. See