diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-03-07 15:42:09 +0100 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-06-23 12:32:52 +0800 |
commit | 117de9378bc62963f56d4c5ec96f52792c0edbfc (patch) | |
tree | b3fe88780f98711b485794782dd2a31aea71f191 | |
parent | 06c5c2d41ee00b57d01120e81c4440950331b7f9 (diff) |
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>
-rw-r--r-- | gnu/packages/gl.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 20355f3d68..a23426fd42 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -991,7 +991,8 @@ encoding together.") (description "SOIL is a tiny C library used primarily for uploading textures into OpenGL.") - (license license:public-domain))) + (license license:public-domain) + (properties '((lint-hidden-cpe-vendors . ("roots")))))) (define-public glfw (package |