Update pkgs/development/ocaml-modules/mirage-profile/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
49bdf0dace
commit
c386d3d211
@ -17,10 +17,10 @@ buildDunePackage rec {
|
|||||||
buildInputs = [ ppx_cstruct ];
|
buildInputs = [ ppx_cstruct ];
|
||||||
propagatedBuildInputs = [ cstruct lwt ];
|
propagatedBuildInputs = [ cstruct lwt ];
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "Collect runtime profiling information in CTF format";
|
description = "Collect runtime profiling information in CTF format";
|
||||||
homepage = "https://github.com/mirage/mirage-profile";
|
homepage = "https://github.com/mirage/mirage-profile";
|
||||||
license = lib.licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = [ lib.maintainers.vbgl ];
|
maintainers = with maintainers; [ vbgl ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user