about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ounit
diff options
context:
space:
mode:
authorMarco Maggesi <maggesi@math.unifi.it>2010-12-11 14:50:45 +0000
committerMarco Maggesi <maggesi@math.unifi.it>2010-12-11 14:50:45 +0000
commite1bbcecbaf6adaad845f878bdb201f2e1d2b4132 (patch)
tree947460506c39e50da90a5af7cea09c6ce243c21f /pkgs/development/ocaml-modules/ounit
parentacbc67e0046ae51322c43132a562aa369df03821 (diff)
* 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
Diffstat (limited to 'pkgs/development/ocaml-modules/ounit')
-rw-r--r--pkgs/development/ocaml-modules/ounit/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/ounit/default.nix b/pkgs/development/ocaml-modules/ounit/default.nix
index af208dc5651ca..62bf7f89c4912 100644
--- a/pkgs/development/ocaml-modules/ounit/default.nix
+++ b/pkgs/development/ocaml-modules/ounit/default.nix
@@ -27,5 +27,9 @@ stdenv.mkDerivation {
     homepage = http://www.xs4all.nl/~mmzeeman/ocaml/;
     description = "Unit test framework for OCaml";
     license = "MIT/X11";
+    platforms = ocaml.meta.platforms;
+    maintainers = [
+      stdenv.lib.maintainers.z77z
+    ];
   };
 }