ocaml-lambda-term: adds dependency to camlp4

This commit is contained in:
Vincent Laporte 2015-01-03 18:33:20 +01:00
parent af9bb71848
commit 8bc3314699

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl, libev, ocaml, findlib, ocaml_lwt, ocaml_react, zed}:
{ stdenv, fetchurl, libev, ocaml, findlib, ocaml_lwt, ocaml_react, zed, camlp4 }:
stdenv.mkDerivation rec {
version = "1.6";
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ libev ocaml findlib ocaml_lwt ocaml_react ];
propagatedBuildInputs = [ zed ];
propagatedBuildInputs = [ camlp4 zed ];
createFindlibDestdir = true;