dejagnu: no tests on aarch64-darwin
https://hydra.nixos.org/log/4ilhqfxwbsdj49ywq9qna93aj1nilc06-dejagnu-1.6.3.drv
This commit is contained in:
parent
9e8d60ff23
commit
70dfd49f71
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
configureScript = "../configure";
|
configureScript = "../configure";
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = !(with stdenv; isDarwin && isAarch64);
|
||||||
|
|
||||||
# Note: The test-suite *requires* /dev/pts among the `build-chroot-dirs' of
|
# Note: The test-suite *requires* /dev/pts among the `build-chroot-dirs' of
|
||||||
# the build daemon when building in a chroot. See
|
# the build daemon when building in a chroot. See
|
||||||
|
|
Loading…
Reference in a new issue