bmake: mark as broken on Aarch64
This commit is contained in:
parent
741bedef5b
commit
f90ca50987
@ -102,6 +102,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
maintainers = with lib.maintainers; [ thoughtpolice AndersonTorres ];
|
maintainers = with lib.maintainers; [ thoughtpolice AndersonTorres ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
|
broken = stdenv.isAarch64; # failure on gnulib-tests
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
# TODO: report the quirks and patches to bmake devteam (especially the Musl one)
|
# TODO: report the quirks and patches to bmake devteam (especially the Musl one)
|
||||||
|
Loading…
Reference in New Issue
Block a user