diff options
-rw-r--r-- | gnu/packages/chromium.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm index 9c01f05fff..cf1703cecb 100644 --- a/gnu/packages/chromium.scm +++ b/gnu/packages/chromium.scm @@ -413,7 +413,7 @@ (let ((chromium-dir (getcwd))) (set-path-environment-variable "PATH" '("bin") - (list #+patch #+python-wrapper #+xz)) + (list #+patch #+python-wrapper #+xz #+zstd)) ;; Apply patches before running the ungoogled scripts because ;; domain substitution may break some of the patches. |