mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
rustracerd: mark as broken (#95099)
It doesn't seem to be maintained upstream anymore? Fixes the ycmd build.
This commit is contained in:
parent
4768d045f0
commit
77da74c785
@ -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;
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user