rustracerd: mark as broken (#95099)

It doesn't seem to be maintained upstream anymore?

Fixes the ycmd build.
This commit is contained in:
zimbatm 2020-08-10 17:45:49 +00:00 committed by GitHub
parent 4768d045f0
commit 77da74c785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,7 @@ rustPlatform.buildRustPackage rec {
'';
meta = with stdenv.lib; {
broken = true;
description = "JSON/HTTP Server based on racer for adding Rust support to editors and IDEs";
homepage = "https://github.com/jwilm/racerd";
license = licenses.asl20;

View File

@ -11446,6 +11446,8 @@ in
ycmd = callPackage ../development/tools/misc/ycmd {
inherit (darwin.apple_sdk.frameworks) Cocoa;
python = python3;
# currently broken
rustracerd = null;
};
yodl = callPackage ../development/tools/misc/yodl { };