From 9568a1bc80048069a3303a6f5c98e781af188c68 Mon Sep 17 00:00:00 2001 From: Marco Maggesi Date: Thu, 9 Dec 2010 15:44:05 +0000 Subject: [PATCH] * Enable hydra compilation for ocaml 3.11.1 (error in the previous commit) svn path=/nixpkgs/trunk/; revision=25043 --- pkgs/development/compilers/ocaml/3.11.1.nix | 5 +++++ pkgs/development/compilers/ocaml/3.12.0.nix | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/development/compilers/ocaml/3.11.1.nix b/pkgs/development/compilers/ocaml/3.11.1.nix index 66c8319600f..af80c31ac32 100644 --- a/pkgs/development/compilers/ocaml/3.11.1.nix +++ b/pkgs/development/compilers/ocaml/3.11.1.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 + ]; }; } diff --git a/pkgs/development/compilers/ocaml/3.12.0.nix b/pkgs/development/compilers/ocaml/3.12.0.nix index cf1f234fc97..bf767af5c9a 100644 --- a/pkgs/development/compilers/ocaml/3.12.0.nix +++ b/pkgs/development/compilers/ocaml/3.12.0.nix @@ -52,11 +52,6 @@ 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 - ]; }; }