Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

lightstep-tracer-cpp: mark as broken

needs an update + https://github.com/opentracing/opentracing-cpp

(cherry picked from commit eea21b28356ab7d0f02680b34589846dc45d96f0)

+1
+1
pkgs/development/libraries/lightstep-tracer-cpp/default.nix
··· 48 license = licenses.mit; 49 platforms = platforms.linux; 50 maintainers = with maintainers; [ cstrahan ]; 51 }; 52 }
··· 48 license = licenses.mit; 49 platforms = platforms.linux; 50 maintainers = with maintainers; [ cstrahan ]; 51 + broken = true; # 2018-02-16 52 }; 53 }