ocamlPackages: default to 4.04

This commit is contained in:
Vincent Laporte
2017-10-19 17:57:14 +02:00
committed by Vincent Laporte
parent c5f7175197
commit 1923cabeb4
4 changed files with 26 additions and 25 deletions
+2 -1
View File
@@ -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)