Commit 8655687b authored by Atemu's avatar Atemu
Browse files

mlterm: support all platforms

This app can run on pretty much anything. Windows, BSDs, Solaris, Android,
Haiku; you name it.
parent 1c76b013
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,6 +120,6 @@ stdenv.mkDerivation rec {
    homepage = "https://mlterm.sourceforge.net/";
    license = licenses.bsd3;
    maintainers = with maintainers; [ vrthra ramkromberg atemu ];
    platforms = with platforms; linux ++ darwin;
    platforms = platforms.all;
  };
}