mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
parent
87de9f7e89
commit
a286d29399
1 changed files with 8 additions and 0 deletions
|
@ -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 a new issue