From b46978368fce3b199ef158029e5805b91c55446d Mon Sep 17 00:00:00 2001 From: Nicolas Graves via Guix-patches via Date: Sun, 24 Nov 2024 21:16:33 +0100 Subject: [PATCH] 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 --- gnu/packages/cpp.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index ee26105e859..e2513d75d78 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