mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Remove lowPrio to ocaml-3.12.1
svn path=/nixpkgs/trunk/; revision=33192
This commit is contained in:
parent
70139b0bbd
commit
0d06448ac2
@ -2384,7 +2384,7 @@ let
|
||||
|
||||
ocaml_3_10_0 = callPackage ../development/compilers/ocaml/3.10.0.nix { };
|
||||
|
||||
ocaml_3_12_1 = lowPrio (callPackage ../development/compilers/ocaml/3.12.1.nix { });
|
||||
ocaml_3_12_1 = callPackage ../development/compilers/ocaml/3.12.1.nix { };
|
||||
|
||||
metaocaml_3_09 = callPackage ../development/compilers/ocaml/metaocaml-3.09.nix { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user