about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarco Maggesi <maggesi@math.unifi.it>2010-12-11 14:39:49 +0000
committerMarco Maggesi <maggesi@math.unifi.it>2010-12-11 14:39:49 +0000
commitacbc67e0046ae51322c43132a562aa369df03821 (patch)
treec2f07bacdaed2261b70687f038693c4598e56c71
parent86e19c4888908c0bcf4569c7184e6b9c00621602 (diff)
downloadnixlib-acbc67e0046ae51322c43132a562aa369df03821.tar
nixlib-acbc67e0046ae51322c43132a562aa369df03821.tar.gz
nixlib-acbc67e0046ae51322c43132a562aa369df03821.tar.bz2
nixlib-acbc67e0046ae51322c43132a562aa369df03821.tar.lz
nixlib-acbc67e0046ae51322c43132a562aa369df03821.tar.xz
nixlib-acbc67e0046ae51322c43132a562aa369df03821.tar.zst
nixlib-acbc67e0046ae51322c43132a562aa369df03821.zip
* Put ocaml 3.12.0 at lower priority because it is not tested very much yet
svn path=/nixpkgs/trunk/; revision=25063
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 43993e3e093a..c3eafbb56e0c 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1980,7 +1980,7 @@ let
 
   ocaml_3_11_1 = callPackage ../development/compilers/ocaml/3.11.1.nix { };
 
-  ocaml_3_12_0 = callPackage ../development/compilers/ocaml/3.12.0.nix { };
+  ocaml_3_12_0 = lowPrio (callPackage ../development/compilers/ocaml/3.12.0.nix { });
 
   mkOcamlPackages = ocaml: self: let callPackage = newScope self; in rec {
     inherit ocaml;