ocamlPackages: default to 4.04
This commit is contained in:
committed by
Vincent Laporte
parent
c5f7175197
commit
1923cabeb4
@@ -1,4 +1,5 @@
|
||||
{ stdenv, callPackage, fetchurl, fetchpatch, fetchgit
|
||||
, ocamlPackages_4_02
|
||||
, withInternalQemu ? true
|
||||
, withInternalTraditionalQemu ? true
|
||||
, withInternalSeabios ? true
|
||||
@@ -414,4 +415,4 @@ callPackage (import ./generic.nix (rec {
|
||||
-i tools/libxl/libxl_device.c
|
||||
'';
|
||||
|
||||
})) args
|
||||
})) ({ ocamlPackages = ocamlPackages_4_02; } // args)
|
||||
|
||||
Reference in New Issue
Block a user