ocamlPackages.cstruct: 1.6.0 -> 1.9.0, 2.3.0

This commit is contained in:
Vincent Laporte
2016-11-12 12:41:27 +01:00
parent 72c1a6f0f4
commit 2d136204c4
2 changed files with 24 additions and 13 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchzip, ocaml, findlib, cstruct, type_conv, zarith, ounit }:
{ stdenv, fetchzip, ocaml, findlib, cstruct, type_conv, zarith, ocaml_lwt, ounit }:
assert stdenv.lib.versionAtLeast ocaml.version "4.01";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "15gffvixk12ghsfra9amfszd473c8h188zfj03ngvblbdm0d80m0";
};
buildInputs = [ ocaml findlib type_conv ounit ];
buildInputs = [ ocaml findlib type_conv ocaml_lwt ounit ];
propagatedBuildInputs = [ cstruct zarith ];
configureFlags = "--enable-tests";