From eadb8cdc9be4e2a5c1a4808169999e0e1737276c Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 30 Aug 2024 13:31:40 +0100 Subject: [PATCH] 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 --- gnu/packages/chromium.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (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.