trv: explicitly specify camlp4 packages
This commit is contained in:
parent
04d71dd84c
commit
e5fa83e7f5
@ -1,5 +1,6 @@
|
|||||||
{stdenv, fetchFromGitHub, ocaml, findlib, camlp4, core, async, async_unix, re2,
|
{stdenv, fetchFromGitHub, ocaml, findlib, camlp4, core_p4, async_p4, async_unix_p4
|
||||||
async_extra, sexplib, async_shell, core_extended, async_find, cohttp, uri, tzdata}:
|
, re2_p4, async_extra_p4, sexplib_p4, async_shell, core_extended_p4, async_find
|
||||||
|
, cohttp, uri, tzdata}:
|
||||||
|
|
||||||
let
|
let
|
||||||
ocaml_version = (builtins.parseDrvName ocaml.name).version;
|
ocaml_version = (builtins.parseDrvName ocaml.name).version;
|
||||||
@ -20,9 +21,9 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib camlp4 ];
|
buildInputs = [ ocaml findlib camlp4 ];
|
||||||
propagatedBuildInputs = [ core async async_unix
|
propagatedBuildInputs = [ core_p4 async_p4 async_unix_p4
|
||||||
async_extra sexplib async_shell core_extended
|
async_extra_p4 sexplib_p4 async_shell core_extended_p4
|
||||||
async_find cohttp uri re2 ];
|
async_find cohttp uri re2_p4 ];
|
||||||
|
|
||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user