Adds some “branch” meta-data

This commit is contained in:
Vincent Laporte
2014-11-06 19:40:50 +00:00
parent ee7e65f033
commit 3d049938c8
13 changed files with 16 additions and 3 deletions
@@ -32,6 +32,7 @@ stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
branch = "4.0";
homepage = https://bitbucket.org/camlspotter/camlimages;
description = "OCaml image processing library";
license = licenses.lgpl2;