~ruther/guix-local

d7cad72aca34242d0c716f8ba9b25b996e1a8b69 — Nicolas Graves 1 year, 4 months ago 6112eff
gnu: highlight: Add lint-hidden-cpe-vendors property.

* gnu/packages/pretty-print.scm (highlight)[properties]: Add
lint-hidden-cpe-vendors property.

Signed-off-by: Zheng Junjie <z572@z572.online>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/pretty-print.scm
M gnu/packages/pretty-print.scm => gnu/packages/pretty-print.scm +2 -1
@@ 515,4 515,5 @@ seen in a terminal.")
     "Highlight converts source code to HTML, XHTML, RTF, LaTeX,
TeX, SVG, BBCode and terminal escape sequences with colored syntax
highlighting.  Language definitions and color themes are customizable.")
    (license gpl3+)))
    (license gpl3+)
    (properties '((lint-hidden-cpe-vendors . ("highlight"))))))