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