tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
xen_4_10: use OCaml 4.05
Vincent Laporte
7 years ago
8a23558d
5670f77a
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
virtualization
xen
4.10.nix
+2
-1
pkgs/applications/virtualization/xen/4.10.nix
···
1
{ stdenv, callPackage, fetchurl, fetchpatch, fetchgit
0
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)