xen_4_8: use OCaml 4.05

This commit is contained in:
Vincent Laporte
2018-08-29 12:49:34 +00:00
parent 4d8c0d75b3
commit 6a220840af
+2 -1
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)