lua54Packages.bit32: mark as broken

This commit is contained in:
Matthieu Coudron 2023-04-22 22:15:28 +02:00
parent dcf7b468ce
commit 3f298745ad

View file

@ -56,6 +56,7 @@ with prev;
patches = [
./bit32.patch
];
meta.broken = luaOlder "5.1" || luaAtLeast "5.4";
});
busted = prev.busted.overrideAttrs (oa: {