gnu: soil: Add lint-hidden-cpe-vendors property.

* gnu/packages/gl.scm (soil)[properties]: Add lint-hidden-cpe-vendors.

Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
Nicolas Graves 2025-03-07 15:42:09 +01:00 committed by Zheng Junjie
parent 06c5c2d41e
commit 117de9378b
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -991,7 +991,8 @@ encoding together.")
(description (description
"SOIL is a tiny C library used primarily for uploading textures into "SOIL is a tiny C library used primarily for uploading textures into
OpenGL.") OpenGL.")
(license license:public-domain))) (license license:public-domain)
(properties '((lint-hidden-cpe-vendors . ("roots"))))))
(define-public glfw (define-public glfw
(package (package