bmake: mark as broken on Aarch64

This commit is contained in:
Anderson Torres 2023-07-26 00:34:37 -03:00
parent 741bedef5b
commit f90ca50987

View File

@ -102,6 +102,7 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ thoughtpolice AndersonTorres ];
platforms = lib.platforms.unix;
broken = stdenv.isAarch64; # failure on gnulib-tests
};
})
# TODO: report the quirks and patches to bmake devteam (especially the Musl one)