summaryrefslogtreecommitdiff
path: root/gnu/packages/chromium.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-08-30 13:31:40 +0100
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:45:49 +0200
commiteadb8cdc9be4e2a5c1a4808169999e0e1737276c (patch)
treee2cba3176eb2e6d0740583b9d0cbc11557fa8aa0 /gnu/packages/chromium.scm
parent6a68c6167698771721b039e7767d954c6b8659c5 (diff)
gnu: ungoogled-chromium-snippet: Include zstd in PATH.
As this seems to be required for compressing the result. * gnu/packages/chromium.scm (ungoogled-chromium-snippet): Include zstd in the PATH. Change-Id: If74243a4e65f4f70cab889b655f8cb53f609d5e0
Diffstat (limited to 'gnu/packages/chromium.scm')
-rw-r--r--gnu/packages/chromium.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index 9c01f05ffff..cf1703cecb7 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -413,7 +413,7 @@
413 (let ((chromium-dir (getcwd))) 413 (let ((chromium-dir (getcwd)))
414 (set-path-environment-variable 414 (set-path-environment-variable
415 "PATH" '("bin") 415 "PATH" '("bin")
416 (list #+patch #+python-wrapper #+xz)) 416 (list #+patch #+python-wrapper #+xz #+zstd))
417 417
418 ;; Apply patches before running the ungoogled scripts because 418 ;; Apply patches before running the ungoogled scripts because
419 ;; domain substitution may break some of the patches. 419 ;; domain substitution may break some of the patches.