mlterm: unbreak darwin

This commit is contained in:
Atemu 2023-04-10 09:17:56 +02:00
parent c707583645
commit fefba1a6de

View File

@ -40,8 +40,6 @@ stdenv.mkDerivation rec {
fcitx5
fcitx5-gtk
ibus
] ++ lib.optionals (stdenv.system != "aarch64-linux") [
# FIXME Currently broken on aarch64-linux
uim
];
@ -123,6 +121,5 @@ 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
};
}