~ruther/guix-local

cc384dcc9b2bb904ca43218bcf2babb1dec49ba8 — Nicolas Graves via Guix-patches via 1 year, 8 months ago a1dbf22
gnu: cli: Add lint-hidden-cpe-vendors property.

* gnu/packages/cpp.scm (cli)[properties]: Add lint-hidden-cpe-vendors
property.

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

M gnu/packages/cpp.scm
M gnu/packages/cpp.scm => gnu/packages/cpp.scm +1 -0
@@ 2947,6 2947,7 @@ command line interfaces of C++ programs.  It allows you to describe the
options that your program supports, their types, default values, and
documentation.")
    (home-page "https://codesynthesis.com/projects/cli/")
    (properties `((lint-hidden-cpe-vendors . ("github" "snyk"))))
    (license license:expat)))

(define-public xsd