lightstep-tracer-cpp: mark as broken

needs an update + https://github.com/opentracing/opentracing-cpp
This commit is contained in:
Jörg Thalheim 2018-03-31 18:20:19 +01:00
parent 34087d0dec
commit eea21b2835

View File

@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];
broken = true; # 2018-02-16
};
}