gnu: ungoogled-chromium: Specify CPE name.

* gnu/packages/chromium.scm (ungoogled-chromium)[properties]: Add CPE-NAME.
This commit is contained in:
Marius Bakke 2020-06-21 21:45:21 +02:00
parent cafc5f8927
commit acac3b94d7
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -851,7 +851,8 @@ (define-public ungoogled-chromium
;; mid-end x86 system may need more than 24 hours to complete the build.
(properties '((timeout . 144000) ;40 hours
;; The linking step may take more than an hour on some hardware.
(max-silent-time . 7200)))
(max-silent-time . 7200)
(cpe-name . "chrome")))
(home-page "https://github.com/Eloston/ungoogled-chromium")
(description