probable fix for failing hydra build since e32567bcf7

(ocaml_4_00_0 not found).

I'm not an ocaml user so I don't understand the implications of my change.
It is only meant to get the nix expressions valid again.
This commit is contained in:
Mathijs Kwik 2012-10-10 00:20:16 +02:00
parent 5dbe17f315
commit b949359a14

View file

@ -2541,7 +2541,7 @@ let
ocamlPackages_3_10_0 = mkOcamlPackages ocaml_3_10_0 pkgs.ocamlPackages_3_10_0;
ocamlPackages_3_11_2 = mkOcamlPackages ocaml_3_11_2 pkgs.ocamlPackages_3_11_2;
ocamlPackages_3_12_1 = mkOcamlPackages ocaml_3_12_1 pkgs.ocamlPackages_3_12_1;
ocamlPackages_4_00_0 = mkOcamlPackages ocaml_4_00_0 pkgs.ocamlPackages_4_00_0;
ocamlPackages_4_00_0 = mkOcamlPackages ocaml_4_00_1 pkgs.ocamlPackages_4_00_0;
ocaml_make = callPackage ../development/ocaml-modules/ocamlmake { };