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; {
|
meta = with stdenv.lib; {
|
||||||
|
broken = true;
|
||||||
description = "JSON/HTTP Server based on racer for adding Rust support to editors and IDEs";
|
description = "JSON/HTTP Server based on racer for adding Rust support to editors and IDEs";
|
||||||
homepage = "https://github.com/jwilm/racerd";
|
homepage = "https://github.com/jwilm/racerd";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
@ -11446,6 +11446,8 @@ in
|
|||||||
ycmd = callPackage ../development/tools/misc/ycmd {
|
ycmd = callPackage ../development/tools/misc/ycmd {
|
||||||
inherit (darwin.apple_sdk.frameworks) Cocoa;
|
inherit (darwin.apple_sdk.frameworks) Cocoa;
|
||||||
python = python3;
|
python = python3;
|
||||||
|
# currently broken
|
||||||
|
rustracerd = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
yodl = callPackage ../development/tools/misc/yodl { };
|
yodl = callPackage ../development/tools/misc/yodl { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user