Merge pull request #38242 from Mic92/lightstep-tracer-cpp

lightstep-tracer-cpp: mark as broken
This commit is contained in:
Jörg Thalheim 2018-04-04 11:57:55 +01:00 committed by GitHub
commit e7d77fecfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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