ocaml-lambda-term: adds dependency to camlp4
This commit is contained in:
parent
af9bb71848
commit
8bc3314699
@ -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 {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.6";
|
version = "1.6";
|
||||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ libev ocaml findlib ocaml_lwt ocaml_react ];
|
buildInputs = [ libev ocaml findlib ocaml_lwt ocaml_react ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ zed ];
|
propagatedBuildInputs = [ camlp4 zed ];
|
||||||
|
|
||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user