summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/camomile
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2014-11-06 19:40:20 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2014-11-06 19:40:50 +0000
commit3d049938c872eb88c39afd7bdc952abfbb0eb3bd (patch)
tree53db2ac4f7528c9f2c2168c9f07dd8090f935f74 /pkgs/development/ocaml-modules/camomile
parentee7e65f033afeaf83abd150133967cdcfe2c43b0 (diff)
downloadnixlib-3d049938c872eb88c39afd7bdc952abfbb0eb3bd.tar
nixlib-3d049938c872eb88c39afd7bdc952abfbb0eb3bd.tar.gz
nixlib-3d049938c872eb88c39afd7bdc952abfbb0eb3bd.tar.bz2
nixlib-3d049938c872eb88c39afd7bdc952abfbb0eb3bd.tar.lz
nixlib-3d049938c872eb88c39afd7bdc952abfbb0eb3bd.tar.xz
nixlib-3d049938c872eb88c39afd7bdc952abfbb0eb3bd.tar.zst
nixlib-3d049938c872eb88c39afd7bdc952abfbb0eb3bd.zip
Adds some “branch” meta-data
Diffstat (limited to 'pkgs/development/ocaml-modules/camomile')
-rw-r--r--pkgs/development/ocaml-modules/camomile/0.8.2.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/camomile/0.8.2.nix b/pkgs/development/ocaml-modules/camomile/0.8.2.nix
index adbdc936d1e4..f6d22f62ec09 100644
--- a/pkgs/development/ocaml-modules/camomile/0.8.2.nix
+++ b/pkgs/development/ocaml-modules/camomile/0.8.2.nix
@@ -20,7 +20,8 @@ stdenv.mkDerivation {
   meta = {
     homepage = http://camomile.sourceforge.net/;
     description = "A comprehensive Unicode library for OCaml";
-    license = "LGPL";
+    license = stdenv.lib.licenses.lgpl21;
+    branch = "0.8.2";
     platforms = ocaml.meta.platforms;
     maintainers = [
       stdenv.lib.maintainers.z77z