Commit 1c76b013 authored by Atemu's avatar Atemu
Browse files

mlterm: enable libvte on darwin

parent fefba1a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@ stdenv.mkDerivation rec {
    gtk3
    harfbuzz
    fribidi
    vte
  ] ++ lib.optionals (!stdenv.isDarwin) [
    # need linker magic, not adapted for Darwin yet
    openssl
    libssh2

    # Not supported on Darwin
    vte
    m17n_lib

    fcitx5