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
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -413,7 +413,7 @@ (define ungoogled-chromium-snippet
(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.