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
pytrainer: unpin python 3.10
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
caqti
/
type-calendar.nix
blob
9f71bd1d164c04af89cbf23b23cc09f315c9f4a9
1
{ buildDunePackage, calendar, caqti }:
2
3
buildDunePackage {
4
pname = "caqti-type-calendar";
5
inherit (caqti) src version;
6
7
propagatedBuildInputs = [ calendar caqti ];
8
9
meta = caqti.meta // {
10
description = "Date and time field types using the calendar library";
11
};
12
}