diff options
author | Christopher Baines <mail@cbaines.net> | 2024-08-30 13:31:40 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:49 +0200 |
commit | eadb8cdc9be4e2a5c1a4808169999e0e1737276c (patch) | |
tree | e2cba3176eb2e6d0740583b9d0cbc11557fa8aa0 /gnu/packages | |
parent | 6a68c6167698771721b039e7767d954c6b8659c5 (diff) | |
download | guix-eadb8cdc9be4e2a5c1a4808169999e0e1737276c.tar.gz guix-eadb8cdc9be4e2a5c1a4808169999e0e1737276c.zip |
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')
-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. |