xen_4_10: use OCaml 4.05
This commit is contained in:
parent
5670f77a90
commit
8a23558db1
@ -1,4 +1,5 @@
|
|||||||
{ stdenv, callPackage, fetchurl, fetchpatch, fetchgit
|
{ stdenv, callPackage, fetchurl, fetchpatch, fetchgit
|
||||||
|
, ocaml-ng
|
||||||
, withInternalQemu ? true
|
, withInternalQemu ? true
|
||||||
, withInternalTraditionalQemu ? true
|
, withInternalTraditionalQemu ? true
|
||||||
, withInternalSeabios ? true
|
, withInternalSeabios ? true
|
||||||
@ -177,4 +178,4 @@ callPackage (import ./generic.nix (rec {
|
|||||||
else throw "this xen has no qemu builtin";
|
else throw "this xen has no qemu builtin";
|
||||||
};
|
};
|
||||||
|
|
||||||
})) args
|
})) ({ ocamlPackages = ocaml-ng.ocamlPackages_4_05; } // args)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user