cargo-udeps: set meta.mainProgram
This commit is contained in:
parent
f2d3ee6d90
commit
6de74f02e0
1 changed files with 1 additions and 0 deletions
|
@ -27,5 +27,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://github.com/est31/cargo-udeps";
|
homepage = "https://github.com/est31/cargo-udeps";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ b4dm4n matthiasbeyer ];
|
maintainers = with maintainers; [ b4dm4n matthiasbeyer ];
|
||||||
|
mainProgram = "cargo-udeps";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue