about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarco Maggesi <maggesi@math.unifi.it>2010-12-09 15:44:05 +0000
committerMarco Maggesi <maggesi@math.unifi.it>2010-12-09 15:44:05 +0000
commit9568a1bc80048069a3303a6f5c98e781af188c68 (patch)
treeac63d73c948ac3e5d86bbd45fc4a161efb3d5d13
parent7b49a49cbbb7ef56040d92c09bc5ba4e8aa41095 (diff)
downloadnixlib-9568a1bc80048069a3303a6f5c98e781af188c68.tar
nixlib-9568a1bc80048069a3303a6f5c98e781af188c68.tar.gz
nixlib-9568a1bc80048069a3303a6f5c98e781af188c68.tar.bz2
nixlib-9568a1bc80048069a3303a6f5c98e781af188c68.tar.lz
nixlib-9568a1bc80048069a3303a6f5c98e781af188c68.tar.xz
nixlib-9568a1bc80048069a3303a6f5c98e781af188c68.tar.zst
nixlib-9568a1bc80048069a3303a6f5c98e781af188c68.zip
* Enable hydra compilation for ocaml 3.11.1 (error in the previous commit)
svn path=/nixpkgs/trunk/; revision=25043
-rw-r--r--pkgs/development/compilers/ocaml/3.11.1.nix5
-rw-r--r--pkgs/development/compilers/ocaml/3.12.0.nix5
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 66c8319600ff..af80c31ac321 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 cf1f234fc97f..bf767af5c9a7 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
-    ];
   };
 
 }