depot/third_party/nixpkgs/pkgs/development/ocaml-modules/eqaf/cstruct.nix

16 lines
183 B
Nix

{
buildDunePackage,
eqaf,
cstruct,
}:
buildDunePackage {
pname = "eqaf-cstruct";
inherit (eqaf) src version meta;
propagatedBuildInputs = [
cstruct
eqaf
];
}