ocamlPackages.metrics-unix: init at 0.1.0
This commit is contained in:
parent
8ad01c3362
commit
0b5dfa54e1
19
pkgs/development/ocaml-modules/metrics/unix.nix
Normal file
19
pkgs/development/ocaml-modules/metrics/unix.nix
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{ lib, buildDunePackage, gnuplot, ocaml_lwt, metrics, metrics-lwt, mtime, uuidm }:
|
||||||
|
|
||||||
|
buildDunePackage rec {
|
||||||
|
|
||||||
|
pname = "metrics-unix";
|
||||||
|
|
||||||
|
inherit (metrics) version src;
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ gnuplot ocaml_lwt metrics mtime uuidm ];
|
||||||
|
|
||||||
|
checkInputs = lib.optional doCheck metrics-lwt;
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
|
meta = metrics.meta // {
|
||||||
|
description = "Unix backend for the Metrics library";
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
@ -468,6 +468,8 @@ let
|
|||||||
|
|
||||||
metrics-lwt = callPackage ../development/ocaml-modules/metrics/lwt.nix { };
|
metrics-lwt = callPackage ../development/ocaml-modules/metrics/lwt.nix { };
|
||||||
|
|
||||||
|
metrics-unix = callPackage ../development/ocaml-modules/metrics/unix.nix { };
|
||||||
|
|
||||||
mezzo = callPackage ../development/compilers/mezzo { };
|
mezzo = callPackage ../development/compilers/mezzo { };
|
||||||
|
|
||||||
minisat = callPackage ../development/ocaml-modules/minisat { };
|
minisat = callPackage ../development/ocaml-modules/minisat { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user