mlterm: mark as broken on aarch64-darwin

This commit is contained in:
Atemu
2022-10-15 14:02:07 +02:00
parent 1a2d832e3f
commit f56f67e4d5
@@ -118,5 +118,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
maintainers = with maintainers; [ vrthra ramkromberg atemu ];
platforms = with platforms; linux ++ darwin;
broken = stdenv.system == "aarch64-darwin"; # https://github.com/arakiken/mlterm/issues/51
};
}