mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
racerRust: Use stable rust platform
This commit is contained in:
parent
ac4515958d
commit
1057771b7d
1 changed files with 1 additions and 4 deletions
|
@ -5360,10 +5360,7 @@ let
|
|||
|
||||
premake = premake4;
|
||||
|
||||
racerRust = callPackage ../development/tools/rust/racer {
|
||||
# racerRust still uses unstable features from the standard library
|
||||
rustPlatform = rustUnstable;
|
||||
};
|
||||
racerRust = callPackage ../development/tools/rust/racer { };
|
||||
|
||||
radare = callPackage ../development/tools/analysis/radare {
|
||||
inherit (gnome) vte;
|
||||
|
|
Loading…
Reference in a new issue