9 stdenv.mkDerivation (finalAttrs: {
14 url = "mirror://gnu/moe/moe-${finalAttrs.version}.tar.lz";
15 hash = "sha256-QfjIsJnOMEeUXKTgl6YNkkPpxz+7JowZShLaiw2fCmY=";
19 substituteInPlace window_vector.cc --replace \
35 homepage = "https://www.gnu.org/software/moe/";
36 description = "Small, 8-bit clean editor";
38 GNU moe is a powerful, 8-bit clean, console text editor for ISO-8859 and
39 ASCII character encodings. It has a modeless, user-friendly interface,
40 online help, multiple windows, unlimited undo/redo capability, unlimited
41 line length, unlimited buffers, global search/replace (on all buffers at
42 once), block operations, automatic indentation, word wrapping, file name
43 completion, directory browser, duplicate removal from prompt histories,
44 delimiter matching, text conversion from/to UTF-8, romanization, etc.
46 license = lib.licenses.gpl2Plus;
47 maintainers = with lib.maintainers; [ AndersonTorres ];
48 platforms = lib.platforms.unix;
52 # TODO: a configurable, global moerc file