depot/third_party/nixpkgs/pkgs/development/ocaml-modules/resto/cohttp.nix

13 lines
238 B
Nix
Raw Normal View History

{ buildDunePackage, resto, resto-directory, cohttp-lwt }:
buildDunePackage {
pname = "resto-cohttp";
inherit (resto) src version meta useDune2 doCheck;
propagatedBuildInputs = [
resto
resto-directory
cohttp-lwt
];
}