cargo-bloat: add meta.mainProgram
This commit is contained in:
parent
253d5068d8
commit
89304e3b2b
1 changed files with 3 additions and 3 deletions
|
@ -8,10 +8,10 @@ rustPlatform.buildRustPackage rec {
|
|||
owner = "RazrFalcon";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-lCA7C1G2xu65jn3/wzj6prWSrjQz3EqqJyMlPR/HRFs=";
|
||||
hash = "sha256-lCA7C1G2xu65jn3/wzj6prWSrjQz3EqqJyMlPR/HRFs=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-fOenXn5gagFss9DRDXXsGxQlDqVXZ5LZcdM4WsXAyUU=";
|
||||
cargoHash = "sha256-fOenXn5gagFss9DRDXXsGxQlDqVXZ5LZcdM4WsXAyUU=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A tool and Cargo subcommand that helps you find out what takes most of the space in your executable";
|
||||
|
@ -19,6 +19,6 @@ rustPlatform.buildRustPackage rec {
|
|||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ xrelkd matthiasbeyer ];
|
||||
mainProgram = "cargo-bloat";
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue