* Enable hydra build for ocaml-batteries, camlzip, camomile, ocaml-cryptgps, cryptokit, ocaml-lwt, menhir, ounit, ocaml-pcre, ocaml-react, ocaml-ssl

svn path=/nixpkgs/trunk/; revision=25064
This commit is contained in:
Marco Maggesi
2010-12-11 14:50:45 +00:00
parent acbc67e004
commit e1bbcecbaf
12 changed files with 48 additions and 0 deletions

View File

@@ -21,5 +21,9 @@ stdenv.mkDerivation {
homepage = http://ocsigen.org/lwt;
description = "Lightweight thread library for Objective Caml";
license = "LGPL";
platforms = ocaml.meta.platforms;
maintainers = [
stdenv.lib.maintainers.z77z
];
};
}