mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
c8ea8712c7
ocamlPackages.eqaf-cstruct: init at 0.10
10 lines
166 B
Nix
10 lines
166 B
Nix
{ buildDunePackage, eqaf, cstruct }:
|
|
|
|
buildDunePackage {
|
|
pname = "eqaf-cstruct";
|
|
|
|
inherit (eqaf) src version meta;
|
|
|
|
propagatedBuildInputs = [ cstruct eqaf ];
|
|
}
|