nixpkgs/pkgs/development/ocaml-modules/carton/git.nix
2023-01-30 07:26:48 +01:00

28 lines
446 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;
duneVersion = "3";
propagatedBuildInputs = [
carton
carton-lwt
bigstringaf
lwt
fpath
result
fmt
decompress
astring
];
inherit (carton) meta;
}