mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
06c5c2d41e
commit
117de9378b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue