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
xwax: init at version 1.9 (#377421)
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
caqti
/
type-calendar.nix
blob
15efe5215e00ff7a822e60b5cfeed7e60ac8f182
1
{
2
buildDunePackage,
3
calendar,
4
caqti,
5
}:
6
7
buildDunePackage {
8
pname = "caqti-type-calendar";
9
inherit (caqti) src version;
10
11
propagatedBuildInputs = [
12
calendar
13
caqti
14
];
15
16
meta = caqti.meta // {
17
description = "Date and time field types using the calendar library";
18
};
19
}