diff options
author | Nicolas Graves via Guix-patches via <guix-patches@gnu.org> | 2024-11-24 21:16:33 +0100 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-06-23 12:32:51 +0800 |
commit | b46978368fce3b199ef158029e5805b91c55446d (patch) | |
tree | 6311d940fbf838552682fd60b84a8fe5fa1dfdcb /gnu/packages/cpp.scm | |
parent | bb77adfeb256861713059acb6e9ef96e974b63ba (diff) |
gnu: immer: Add lint-hidden-cpe-vendors property.
* gnu/packages/cpp.scm (immer)[properties]: Add
lint-hidden-cpe-vendors property.
Signed-off-by: Zheng Junjie <z572@z572.online>
Diffstat (limited to 'gnu/packages/cpp.scm')
-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 ee26105e85..e2513d75d7 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -2473,6 +2473,7 @@ provides a number of utilities to make coding with expected cleaner.") (synopsis "Immutable data structures") (description "Immer is a library of persistent and immutable data structures written in C++.") + (properties '((lint-hidden-cpe-vendors . ("immer_project")))) (license license:boost1.0))) (define-public zug |