mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
comma: add meta.mainProgram
This commit is contained in:
parent
a1bd79b94c
commit
7b55910980
@ -37,6 +37,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/nix-community/comma";
|
||||
description = "Runs programs without installing them";
|
||||
license = licenses.mit;
|
||||
mainProgram = "comma";
|
||||
maintainers = with maintainers; [ Enzime artturin marsam ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user