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
biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
timedesc
/
tzlocal.nix
blob
6dcbfd741075b2f532cefeeea252ce03c64193a0
1
{ lib
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
}