xen_4_10: use OCaml 4.05

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