nixos-option: rewrite as a nix script, 2nd try (#369151)
[NixPkgs.git] / pkgs / development / ocaml-modules / timedesc / tzlocal.nix
blob5d4cabd3b4936c616a008274502387714f82284e
2   buildDunePackage,
3   timedesc,
4 }:
6 buildDunePackage {
7   pname = "timedesc-tzlocal";
9   inherit (timedesc) version src sourceRoot;
11   minimalOCamlVersion = "4.08";
13   meta = timedesc.meta // {
14     description = "Virtual library for Timedesc local time zone detection backends";
15   };