1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-25 11:40:30 +02:00

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
This commit is contained in:
Christopher Baines
2024-08-30 13:31:40 +01:00
committed by Ludovic Courtès
parent 6a68c61676
commit eadb8cdc9b

View File

@@ -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.