diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm index 8fdaeeda9f377edc9d64097cb576658c7e4be344..63a4ea6546d1abc7f6c37b1bdb0bc8e5aa00c365 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