mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
bb77adfeb2
commit
b46978368f
1 changed files with 1 additions and 0 deletions
|
@ -2473,6 +2473,7 @@ provides a number of utilities to make coding with expected cleaner.")
|
||||||
(synopsis "Immutable data structures")
|
(synopsis "Immutable data structures")
|
||||||
(description "Immer is a library of persistent and immutable data structures
|
(description "Immer is a library of persistent and immutable data structures
|
||||||
written in C++.")
|
written in C++.")
|
||||||
|
(properties '((lint-hidden-cpe-vendors . ("immer_project"))))
|
||||||
(license license:boost1.0)))
|
(license license:boost1.0)))
|
||||||
|
|
||||||
(define-public zug
|
(define-public zug
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue