forked from mirrors/nixpkgs
ocamlPackages.nocrypto: propagate “ppx_deriving”
This commit is contained in:
parent
8f56c19778
commit
485b09dce3
|
@ -52,8 +52,8 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ ocaml findlib ocamlbuild cc-wrapper ];
|
nativeBuildInputs = [ ocaml findlib ocamlbuild cc-wrapper ];
|
||||||
buildInputs = [ ocamlbuild findlib topkg cpuid ocb-stubblr ppx_deriving ];
|
buildInputs = [ ocamlbuild findlib topkg cpuid ocb-stubblr ];
|
||||||
propagatedBuildInputs = [ cstruct ppx_sexp_conv sexplib zarith ] ++ optional withLwt cstruct-lwt;
|
propagatedBuildInputs = [ cstruct ppx_deriving ppx_sexp_conv sexplib zarith ] ++ optional withLwt cstruct-lwt;
|
||||||
|
|
||||||
buildPhase = "${topkg.buildPhase} --with-lwt ${boolToString withLwt}";
|
buildPhase = "${topkg.buildPhase} --with-lwt ${boolToString withLwt}";
|
||||||
inherit (topkg) installPhase;
|
inherit (topkg) installPhase;
|
||||||
|
|
Loading…
Reference in a new issue