* 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
@@ -22,5 +22,9 @@ stdenv.mkDerivation {
homepage = "http://www.ocaml.info/home/ocaml_sources.html#pcre-ocaml";
description = "An efficient C-library for pattern matching with Perl-style regular expressions in OCaml";
license = "LGPL";
platforms = ocaml.meta.platforms;
maintainers = [
stdenv.lib.maintainers.z77z
];
};
}