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

14 lines
250 B
Nix
Raw Normal View History

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