repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nixos-option: rewrite as a nix script, 2nd try (#369151)
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
timedesc
/
tzlocal.nix
blob
5d4cabd3b4936c616a008274502387714f82284e
1
{
2
buildDunePackage,
3
timedesc,
4
}:
5
6
buildDunePackage {
7
pname = "timedesc-tzlocal";
8
9
inherit (timedesc) version src sourceRoot;
10
11
minimalOCamlVersion = "4.08";
12
13
meta = timedesc.meta // {
14
description = "Virtual library for Timedesc local time zone detection backends";
15
};
16
}