Merge pull request #222340 from SFrijters/pygments-mainprogram

python3Packages.pygments: set mainProgram
This commit is contained in:
Sandro 2023-03-24 14:31:09 +01:00 committed by GitHub
commit 8f0c25031c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};