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
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
metrics
/
influx.nix
blob
cca344f991c2cb9bf21d0b32c1c63538f14465b1
1
{ buildDunePackage, metrics
2
, duration, fmt, lwt
3
}:
4
5
buildDunePackage rec {
6
pname = "metrics-influx";
7
inherit (metrics) version src;
8
9
propagatedBuildInputs = [ duration fmt lwt metrics ];
10
11
meta = metrics.meta // {
12
description = "Influx reporter for the Metrics library";
13
};
14
}