summary refs log tree commit diff
path: root/pkgs/development/compilers/ocaml/3.12.0.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/ocaml/3.12.0.nix')
-rw-r--r--pkgs/development/compilers/ocaml/3.12.0.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ocaml/3.12.0.nix b/pkgs/development/compilers/ocaml/3.12.0.nix
index bf767af5c9a7..6b58dccc9d56 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;
   };
 
 }