From acac3b94d72cf0643541dd73f7c1604299c6fa2c Mon Sep 17 00:00:00 2001 From: Marius Bakke <marius@gnu.org> Date: Sun, 21 Jun 2020 21:45:21 +0200 Subject: [PATCH] gnu: ungoogled-chromium: Specify CPE name. * gnu/packages/chromium.scm (ungoogled-chromium)[properties]: Add CPE-NAME. --- gnu/packages/chromium.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm index 8fdaeeda9f3..63a4ea6546d 100644 --- a/gnu/packages/chromium.scm +++ b/gnu/packages/chromium.scm @@ -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 -- GitLab