ocamlPackages.metrics: 0.1.0 → 0.2.0
This commit is contained in:
committed by
Vincent Laporte
parent
b99a5b810d
commit
9785d7c7aa
@@ -1,14 +1,14 @@
|
||||
{ lib, buildDunePackage, gnuplot, ocaml_lwt, metrics, metrics-lwt, mtime, uuidm }:
|
||||
{ buildDunePackage, gnuplot, ocaml_lwt, metrics, metrics-lwt, mtime, uuidm }:
|
||||
|
||||
buildDunePackage rec {
|
||||
|
||||
pname = "metrics-unix";
|
||||
|
||||
inherit (metrics) version src;
|
||||
inherit (metrics) version useDune2 src;
|
||||
|
||||
propagatedBuildInputs = [ gnuplot ocaml_lwt metrics mtime uuidm ];
|
||||
|
||||
checkInputs = lib.optional doCheck metrics-lwt;
|
||||
checkInputs = [ metrics-lwt ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user