buildRustPackage: remove platform.all from packages
This commit is contained in:
@@ -41,6 +41,5 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "JSON/HTTP Server based on racer for adding Rust support to editors and IDEs";
|
||||
homepage = "https://github.com/jwilm/racerd";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user