From b2c8f8be810dd28a00c7240991059128d89c40a3 Mon Sep 17 00:00:00 2001 From: Masayuki Takeda Date: Wed, 7 Mar 2018 23:17:28 +0900 Subject: add meta-attrs --- pkgs/development/ocaml-modules/camlimages/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pkgs/development/ocaml-modules') diff --git a/pkgs/development/ocaml-modules/camlimages/default.nix b/pkgs/development/ocaml-modules/camlimages/default.nix index 394b0c507be5..72c923804492 100644 --- a/pkgs/development/ocaml-modules/camlimages/default.nix +++ b/pkgs/development/ocaml-modules/camlimages/default.nix @@ -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 ]; + }; } -- cgit 1.4.1