ocamlPackages.bistro: propagate buildInputs

This commit is contained in:
Ben Darwin
2020-02-06 09:39:25 +01:00
committed by Vincent Laporte
parent 6afcc2dadc
commit d55c1b09ce
@@ -12,9 +12,7 @@ buildDunePackage rec {
sha256 = "114gq48cpj2mvycypa9lfyqqb26wa2gkdfwkcqhnx7m6sdwv9a38";
};
buildInputs = [ base64 bos lwt_react ocamlgraph rresult tyxml ];
propagatedBuildInputs = [ core ];
propagatedBuildInputs = [ base64 bos core lwt_react ocamlgraph rresult tyxml ];
minimumOCamlVersion = "4.07";