buildRustPackage: remove platform.all from packages
This commit is contained in:
@@ -18,7 +18,6 @@ rustPlatform.buildRustPackage rec {
|
||||
"A utility and Cargo subcommand designed to let people expand macros in their Rust source code";
|
||||
homepage = "https://github.com/dtolnay/cargo-expand";
|
||||
license = with licenses; [ mit asl20 ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ xrelkd ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user