nixpkgs/pkgs/development/ocaml-modules/carton/git.nix
2022-12-09 21:11:28 +01:00

27 lines
425 B
Nix

{ buildDunePackage, carton, carton-lwt
, bigstringaf, lwt, fpath, result
, fmt, decompress, astring
, alcotest, alcotest-lwt, cstruct, logs
, mirage-flow, rresult, ke
}:
buildDunePackage {
pname = "carton-git";
inherit (carton) version src postPatch;
propagatedBuildInputs = [
carton
carton-lwt
bigstringaf
lwt
fpath
result
fmt
decompress
astring
];
inherit (carton) meta;
}