ocamlPackages.nocrypto: propagate “ppx_deriving”

This commit is contained in:
Vincent Laporte 2019-12-05 06:38:35 +00:00 committed by Vincent Laporte
parent 8f56c19778
commit 485b09dce3

View File

@ -52,8 +52,8 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [ ocaml findlib ocamlbuild cc-wrapper ];
buildInputs = [ ocamlbuild findlib topkg cpuid ocb-stubblr ppx_deriving ];
propagatedBuildInputs = [ cstruct ppx_sexp_conv sexplib zarith ] ++ optional withLwt cstruct-lwt;
buildInputs = [ ocamlbuild findlib topkg cpuid ocb-stubblr ];
propagatedBuildInputs = [ cstruct ppx_deriving ppx_sexp_conv sexplib zarith ] ++ optional withLwt cstruct-lwt;
buildPhase = "${topkg.buildPhase} --with-lwt ${boolToString withLwt}";
inherit (topkg) installPhase;