mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
* Put ocaml 3.12.0 at lower priority because it is not tested very much yet
svn path=/nixpkgs/trunk/; revision=25063
This commit is contained in:
parent
86e19c4888
commit
acbc67e004
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue