xen_4_10: use OCaml 4.05

+2 -1
+2 -1
pkgs/applications/virtualization/xen/4.10.nix
··· 1 { stdenv, callPackage, fetchurl, fetchpatch, fetchgit 2 , withInternalQemu ? true 3 , withInternalTraditionalQemu ? true 4 , withInternalSeabios ? true ··· 177 else throw "this xen has no qemu builtin"; 178 }; 179 180 - })) args
··· 1 { stdenv, callPackage, fetchurl, fetchpatch, fetchgit 2 + , ocaml-ng 3 , withInternalQemu ? true 4 , withInternalTraditionalQemu ? true 5 , withInternalSeabios ? true ··· 178 else throw "this xen has no qemu builtin"; 179 }; 180 181 + })) ({ ocamlPackages = ocaml-ng.ocamlPackages_4_05; } // args)