depot/third_party/nixpkgs/pkgs/development/ocaml-modules/timedesc/tzdb.nix

15 lines
241 B
Nix
Raw Normal View History

{ buildDunePackage
, timedesc
}:
buildDunePackage {
pname = "timedesc-tzdb";
inherit (timedesc) version src sourceRoot;
meta = timedesc.meta // {
description = "Virtual library for Timedesc time zone database backends";
};
}