From 117de9378bc62963f56d4c5ec96f52792c0edbfc Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 7 Mar 2025 15:42:09 +0100 Subject: [PATCH] gnu: soil: Add lint-hidden-cpe-vendors property. * gnu/packages/gl.scm (soil)[properties]: Add lint-hidden-cpe-vendors. Signed-off-by: Zheng Junjie --- gnu/packages/gl.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 20355f3d685fbf041dc56119612414e889eefb5f..a23426fd42deb420bd2aa6c9540ab2362dc681fb 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