rustfmt: add meta.mainProgram

This commit is contained in:
Auguste Baum 2023-10-21 22:56:17 +02:00 committed by GitHub
parent 4ffd1139d0
commit cf9cf45578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ rustPlatform.buildRustPackage rec {
description = "A tool for formatting Rust code according to style guidelines";
homepage = "https://github.com/rust-lang-nursery/rustfmt";
license = with licenses; [ mit asl20 ];
mainProgram = "rustfmt";
maintainers = with maintainers; [ globin basvandijk ];
};
}