guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#76819] [PATCH v7 30/35] gnu: soil: Add lint-hidden-cpe-vendors prop


From: Nicolas Graves
Subject: [bug#76819] [PATCH v7 30/35] gnu: soil: Add lint-hidden-cpe-vendors property.
Date: Fri, 7 Mar 2025 19:38:59 +0100

* gnu/packages/gl.scm (soil)[properties]: Add lint-hidden-cpe-vendors.
---
 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 c20e07e132..57f6d6eb36 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -994,7 +994,8 @@ (define-public soil
     (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
-- 
2.48.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]