add meta-attrs

This commit is contained in:
Masayuki Takeda 2018-03-07 23:17:28 +09:00
parent 3f73823117
commit b2c8f8be81
1 changed files with 8 additions and 0 deletions

View File

@ -9,4 +9,12 @@ stdenv.mkDerivation rec {
buildInputs = [ findlib jbuilder ocaml configurator cppo lablgtk ];
buildPhase = "jbuilder build -p camlimages";
inherit (jbuilder) installPhase;
meta = with stdenv.lib; {
branch = "5.0";
homepage = https://bitbucket.org/camlspotter/camlimages;
description = "OCaml image processing library";
license = licenses.gpl2;
maintainers = [ maintainers.vbgl maintainers maintainers.mt-caret ];
};
}