From a3b617c8e37a413b050f2fd914f6d24dab64b8d0 Mon Sep 17 00:00:00 2001 From: Marco Maggesi Date: Tue, 24 May 2011 18:05:05 +0000 Subject: [PATCH] Add platforms to OCaml 3.12.0 svn path=/nixpkgs/trunk/; revision=27298 --- pkgs/development/compilers/ocaml/3.12.0.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/compilers/ocaml/3.12.0.nix b/pkgs/development/compilers/ocaml/3.12.0.nix index bf767af5c9a..6b58dccc9d5 100644 --- a/pkgs/development/compilers/ocaml/3.12.0.nix +++ b/pkgs/development/compilers/ocaml/3.12.0.nix @@ -52,6 +52,8 @@ stdenv.mkDerivation rec { generators, a pre-processor pretty-printer (camlp4) and a documentation generator (ocamldoc). ''; + + platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin; }; }