txr: mark as broken on Apple Intel

Because ofborg fails to check it.
This commit is contained in:
Anderson Torres 2023-07-11 21:14:49 -03:00
parent 8983401a0f
commit 078d8d5efe

@ -69,5 +69,6 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ AndersonTorres dtzWill ];
platforms = lib.platforms.all;
broken = stdenv.isDarwin && stdenv.isx86_64; # ofborg fails while testing
};
})