moe: adds myself as maintainer, and package update (#499002)
This commit is contained in:
@@ -5,22 +5,15 @@
|
||||
lzip,
|
||||
ncurses,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "moe";
|
||||
version = "1.15";
|
||||
version = "1.16";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/moe/moe-${finalAttrs.version}.tar.lz";
|
||||
hash = "sha256-QfjIsJnOMEeUXKTgl6YNkkPpxz+7JowZShLaiw2fCmY=";
|
||||
hash = "sha256-TCXNeJGScq6+wKf4wSYBG7Wktdh0IoB6NCMhbwoXqGg=";
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
substituteInPlace window_vector.cc --replace \
|
||||
"insert( 0U, 1," \
|
||||
"insert( 0U, 1U,"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
lzip
|
||||
];
|
||||
@@ -44,9 +37,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
delimiter matching, text conversion from/to UTF-8, romanization, etc.
|
||||
'';
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ videl ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "moe";
|
||||
};
|
||||
})
|
||||
# TODO: a configurable, global moerc file
|
||||
|
||||
Reference in New Issue
Block a user