mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ungoogled-chromium: Specify CPE name.
* gnu/packages/chromium.scm (ungoogled-chromium)[properties]: Add CPE-NAME.
This commit is contained in:
parent
cafc5f8927
commit
acac3b94d7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue