From 7b49a49cbbb7ef56040d92c09bc5ba4e8aa41095 Mon Sep 17 00:00:00 2001 From: Marco Maggesi Date: Thu, 9 Dec 2010 15:41:14 +0000 Subject: [PATCH] * Enable hydra compilation for ocaml 3.11.1 svn path=/nixpkgs/trunk/; revision=25042 --- pkgs/development/compilers/ocaml/3.12.0.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/compilers/ocaml/3.12.0.nix b/pkgs/development/compilers/ocaml/3.12.0.nix index bf767af5c9a..cf1f234fc97 100644 --- a/pkgs/development/compilers/ocaml/3.12.0.nix +++ b/pkgs/development/compilers/ocaml/3.12.0.nix @@ -52,6 +52,11 @@ stdenv.mkDerivation rec { generators, a pre-processor pretty-printer (camlp4) and a documentation generator (ocamldoc). ''; + + platforms = stdenv.lib.platforms.all; + maintainers = [ + stdenv.lib.maintainers.z77z + ]; }; }