1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

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>
This commit is contained in:
Nicolas Graves via Guix-patches via 2024-11-24 21:16:25 +01:00 committed by Zheng Junjie
parent a1dbf22d18
commit cc384dcc9b
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -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 options that your program supports, their types, default values, and
documentation.") documentation.")
(home-page "https://codesynthesis.com/projects/cli/") (home-page "https://codesynthesis.com/projects/cli/")
(properties `((lint-hidden-cpe-vendors . ("github" "snyk"))))
(license license:expat))) (license license:expat)))
(define-public xsd (define-public xsd