mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
ocamlPackages.bistro: propagate buildInputs
This commit is contained in:
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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user