guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: ungoogled-chromium: Specify CPE name.


From: guix-commits
Subject: 04/07: gnu: ungoogled-chromium: Specify CPE name.
Date: Mon, 22 Jun 2020 11:17:32 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit acac3b94d72cf0643541dd73f7c1604299c6fa2c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 21 21:45:21 2020 +0200

    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 8fdaeed..63a4ea6 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -851,7 +851,8 @@ from forcing GEXP-PROMISE."
     ;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]