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

10 lines
166 B
Nix
Raw Normal View History

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