opentracing-cpp: add meta
(cherry picked from commit 0b695b6682a5e8d391a5dcf81329ddec527c0eb5)
This commit is contained in:
parent
87de9f7e89
commit
a286d29399
@ -8,5 +8,13 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "09hxj59vvz1ncbx4iblgfc3b5i74hvb3vx5245bwwwfkx5cnj1gg";
|
sha256 = "09hxj59vvz1ncbx4iblgfc3b5i74hvb3vx5245bwwwfkx5cnj1gg";
|
||||||
};
|
};
|
||||||
buildInputs = [ cmake ];
|
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…
x
Reference in New Issue
Block a user