Merge pull request #222340 from SFrijters/pygments-mainprogram
python3Packages.pygments: set mainProgram
This commit is contained in:
commit
8f0c25031c
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ let pygments = buildPythonPackage
|
|||
meta = with lib; {
|
||||
homepage = "https://pygments.org/";
|
||||
description = "A generic syntax highlighter";
|
||||
mainProgram = "pygmentize";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue