mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
groff: set meta.mainProgram (#528390)
This commit is contained in:
commit
6f7e3c1dec
1 changed files with 1 additions and 0 deletions
|
|
@ -192,6 +192,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