gnu: nemo: Hide wrong CPE vendor.

* gnu/packages/cinnamon.scm (nemo)[properties]: Add lint-hidden-cpe-vendors.

Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
Nicolas Graves 2025-08-26 18:17:15 +02:00 committed by Danny Milosavljevic
parent ce8e19e7ad
commit b3ee619e72
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -285,4 +285,5 @@ as well as some desktop-wide documents.")
(synopsis "File browser for Cinnamon") (synopsis "File browser for Cinnamon")
(description (description
"Nemo is the file manager for the Cinnamon desktop environment.") "Nemo is the file manager for the Cinnamon desktop environment.")
(properties '((lint-hidden-cpe-vendors . ("nvidia"))))
(license license:expat))) (license license:expat)))