mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
parent
6a68c61676
commit
eadb8cdc9b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue