mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
loop: set meta.mainProgram
This commit is contained in:
parent
4a49db328d
commit
5b494333fc
1 changed files with 1 additions and 0 deletions
|
@ -18,5 +18,6 @@ rustPlatform.buildRustPackage {
|
|||
homepage = "https://github.com/Miserlou/Loop";
|
||||
maintainers = with maintainers; [ koral ];
|
||||
license = licenses.mit;
|
||||
mainProgram = "loop";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue