dejagnu: no tests on aarch64-darwin

https://hydra.nixos.org/log/4ilhqfxwbsdj49ywq9qna93aj1nilc06-dejagnu-1.6.3.drv
This commit is contained in:
Vladimír Čunát 2023-01-10 16:50:00 +01:00
parent 9e8d60ff23
commit 70dfd49f71
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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