lol

ocamlPackages.ppx-variants-conv : add variantslib in propagated buildInputs

authored by

regnat and committed by
vbgl
048e8dbe de9c5f54

+2 -2
+2 -2
pkgs/development/ocaml-modules/janestreet/ppx-variants-conv.nix
··· 1 1 {stdenv, buildOcamlJane, 2 - ppx_core, ppx_tools, ppx_type_conv, sexplib}: 2 + ppx_core, ppx_tools, ppx_type_conv, sexplib, variantslib}: 3 3 4 4 buildOcamlJane rec { 5 5 name = "ppx_variants_conv"; 6 6 hash = "0kgal8b9yh7wrd75hllb9fyl6zbksfnr9k7pykpzdm3js98dirhn"; 7 - propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv sexplib]; 7 + propagatedBuildInputs = [ ppx_core ppx_tools ppx_type_conv sexplib variantslib ]; 8 8 9 9 meta = with stdenv.lib; { 10 10 description = "Generation of accessor and iteration functions for ocaml variant types";