mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
groff: set meta.mainProgram
This commit is contained in:
parent
331800de50
commit
e049e243cb
1 changed files with 1 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ pSub ];
|
||||
mainProgram = "groff";
|
||||
|
||||
longDescription = ''
|
||||
groff is the GNU implementation of troff, a document formatting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue