mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
opentracing-cpp: add meta
This commit is contained in:
parent
f49df04c02
commit
0b695b6682
@ -8,5 +8,13 @@ stdenv.mkDerivation {
|
||||
sha256 = "09hxj59vvz1ncbx4iblgfc3b5i74hvb3vx5245bwwwfkx5cnj1gg";
|
||||
};
|
||||
buildInputs = [ cmake ];
|
||||
|
||||
meta = {
|
||||
description = "C++ implementation of the OpenTracing API";
|
||||
homepage = http://opentracing.io;
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
maintainers = with stdenv.lib.maintainers; [ rob ];
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user