[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
- [bug#76819] [PATCH v7 26/35] gnu: snappy: Add cpe-name property., (continued)
- [bug#76819] [PATCH v7 26/35] gnu: snappy: Add cpe-name property., Nicolas Graves, 2025/03/07
- [bug#76819] [PATCH v7 31/35] gnu: re2c: Update to 4.1., Nicolas Graves, 2025/03/07
- [bug#76819] [PATCH v7 34/35] gnu: ruby-git: Update to 3.0.0., Nicolas Graves, 2025/03/07
- [bug#76819] [PATCH v7 33/35] gnu: libxls: Update to 1.6.3., Nicolas Graves, 2025/03/07
- [bug#76819] [PATCH v7 27/35] gnu: zchunk: Update to 1.5.1., Nicolas Graves, 2025/03/07
- [bug#76819] [PATCH v7 24/35] gnu: music: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2025/03/07
- [bug#76819] [PATCH v7 29/35] gnu: git: Use lint-hidden-cpe-vendors., Nicolas Graves, 2025/03/07
- [bug#76819] [PATCH v7 35/35] gnu: yajl: Patch CVE-2023-33460., Nicolas Graves, 2025/03/07
- [bug#76819] [PATCH v7 19/35] gnu: neatvnc: Update to 0.9.4., Nicolas Graves, 2025/03/07
- [bug#76819] [PATCH v7 25/35] gnu: indent: Update to 2.2.13-0.1737c92., Nicolas Graves, 2025/03/07
- [bug#76819] [PATCH v7 30/35] gnu: soil: Add lint-hidden-cpe-vendors property.,
Nicolas Graves <=