mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #285262 from Cryolitia/patch-2
netease-music-tui: add mainProgram
This commit is contained in:
commit
187de2ec32
@ -29,5 +29,6 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "netease cloud music terminal client by rust";
|
||||
maintainers = with maintainers; [ vonfry ];
|
||||
license = licenses.mit;
|
||||
mainProgram = "ncmt";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user