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
/
tzdb.nix
blob
95fab02d11a045d5e4ecece5489c26ea68f97fa4
1
{ lib
2
, buildDunePackage
3
, timedesc
4
}:
5
6
buildDunePackage {
7
pname = "timedesc-tzdb";
8
9
inherit (timedesc) version src sourceRoot;
10
11
meta = timedesc.meta // {
12
description = "Virtual library for Timedesc time zone database backends";
13
};
14
}
15