xen_4_8: use OCaml 4.05

This commit is contained in:
Vincent Laporte 2018-08-27 08:03:51 +00:00
parent 4d8c0d75b3
commit 6a220840af
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -1,4 +1,5 @@
{ stdenv, callPackage, fetchurl, fetchpatch, fetchgit
, ocaml-ng
, withInternalQemu ? true
, withInternalTraditionalQemu ? true
, withInternalSeabios ? true
@ -181,4 +182,4 @@ callPackage (import ./generic.nix (rec {
else throw "this xen has no qemu builtin";
};
})) args
})) ({ ocamlPackages = ocaml-ng.ocamlPackages_4_05; } // args)