moe: 1.10 -> 1.11
This commit is contained in:
parent
77f62f9820
commit
e2a3c74126
@ -1,16 +1,16 @@
|
|||||||
{ stdenv, fetchurl
|
{ stdenv
|
||||||
, lzip, ncurses
|
, fetchurl
|
||||||
|
, ncurses
|
||||||
|
, lzip
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with stdenv.lib;
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
pname = "moe";
|
pname = "moe";
|
||||||
version = "1.10";
|
version = "1.11";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/moe/${pname}-${version}.tar.lz";
|
url = "mirror://gnu/moe/${pname}-${version}.tar.lz";
|
||||||
sha256 = "0fymywdiy9xqppcmvgs7mf7d3gfrky3jp5jkxs2l3v93asml9zcc";
|
sha256 = "sha256-DvvLz1pKjZZlQcbLCZugq2QWeANm286C2f+ZWoWl4vk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ lzip ];
|
nativeBuildInputs = [ lzip ];
|
||||||
buildInputs = [ ncurses ];
|
buildInputs = [ ncurses ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A small, 8-bit clean editor";
|
description = "A small, 8-bit clean editor";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
GNU moe is a powerful, 8-bit clean, console text editor for ISO-8859 and
|
GNU moe is a powerful, 8-bit clean, console text editor for ISO-8859 and
|
||||||
|
Loading…
Reference in New Issue
Block a user