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

View file

@ -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