diff options
author | Nicolas Graves via Guix-patches via <guix-patches@gnu.org> | 2024-11-24 21:16:25 +0100 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-06-23 12:31:14 +0800 |
commit | cc384dcc9b2bb904ca43218bcf2babb1dec49ba8 (patch) | |
tree | 4df97d7d3a1f48c375f58385dacde69a41a36188 | |
parent | a1dbf22d18dd6effb430ab7e3644d92a66e51c3f (diff) |
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>
-rw-r--r-- | gnu/packages/cpp.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index d5750049ee..ee26105e85 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -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 |