From 86e19c4888908c0bcf4569c7184e6b9c00621602 Mon Sep 17 00:00:00 2001 From: Marco Maggesi Date: Sat, 11 Dec 2010 14:29:37 +0000 Subject: [PATCH] * Narrow ocaml platforms to linux and darwin svn path=/nixpkgs/trunk/; revision=25062 --- pkgs/development/compilers/ocaml/3.11.1.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/ocaml/3.11.1.nix b/pkgs/development/compilers/ocaml/3.11.1.nix index af80c31ac321..e43bf3d08d59 100644 --- a/pkgs/development/compilers/ocaml/3.11.1.nix +++ b/pkgs/development/compilers/ocaml/3.11.1.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation rec { documentation generator (ocamldoc). ''; - platforms = stdenv.lib.platforms.all; + platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin; maintainers = [ stdenv.lib.maintainers.z77z ];