txr: unbreak

This commit is contained in:
Aaron Jheng
2023-09-23 13:03:17 +08:00
parent 4d419fa923
commit efa63d7dc3

View File

@@ -69,6 +69,5 @@ 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
};
})