wyrd: 1.7.1 -> 1.7.4 (#414667)
This commit is contained in:
commit
bc03c79a02
@ -7,15 +7,15 @@
|
|||||||
remind,
|
remind,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "wyrd";
|
pname = "wyrd";
|
||||||
version = "1.7.1";
|
version = "1.7.4";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "wyrd-calendar";
|
owner = "wyrd-calendar";
|
||||||
repo = "wyrd";
|
repo = "wyrd";
|
||||||
tag = version;
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-RwGzXJLoCWRGgHf1rayBgkZuRwA1TcYNfN/h1rhJC+8=";
|
hash = "sha256-9HCwc4yrBi0D+fv7vOPstxN1tqqNyGRgpkce1uLVxTg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
ocamlPackages.camlp-streams
|
||||||
ocamlPackages.curses
|
ocamlPackages.curses
|
||||||
ocamlPackages.yojson
|
ocamlPackages.yojson
|
||||||
remind
|
remind
|
||||||
@ -42,7 +43,7 @@ stdenv.mkDerivation rec {
|
|||||||
--prefix PATH : "${lib.makeBinPath [ remind ]}"
|
--prefix PATH : "${lib.makeBinPath [ remind ]}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Text-based front-end to Remind";
|
description = "Text-based front-end to Remind";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Wyrd is a text-based front-end to Remind, a sophisticated
|
Wyrd is a text-based front-end to Remind, a sophisticated
|
||||||
@ -53,9 +54,9 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
homepage = "https://gitlab.com/wyrd-calendar/wyrd";
|
homepage = "https://gitlab.com/wyrd-calendar/wyrd";
|
||||||
downloadPage = "https://gitlab.com/wyrd-calendar/wyrd";
|
downloadPage = "https://gitlab.com/wyrd-calendar/wyrd";
|
||||||
license = licenses.gpl2Only;
|
license = lib.licenses.gpl2Only;
|
||||||
maintainers = [ maintainers.prikhi ];
|
maintainers = [ lib.maintainers.prikhi ];
|
||||||
platforms = platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
mainProgram = "wyrd";
|
mainProgram = "wyrd";
|
||||||
};
|
};
|
||||||
}
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user