gnu: ungoogled-chromium: Specify CPE name.
authorMarius Bakke <marius@gnu.org>
Sun, 21 Jun 2020 19:45:21 +0000 (21:45 +0200)
committerMarius Bakke <marius@gnu.org>
Mon, 22 Jun 2020 15:16:39 +0000 (17:16 +0200)
* gnu/packages/chromium.scm (ungoogled-chromium)[properties]: Add CPE-NAME.

gnu/packages/chromium.scm

index 8fdaeed..63a4ea6 100644 (file)
@@ -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