[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: ungoogled-chromium-snippet: Include zs
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: ungoogled-chromium-snippet: Include zstd in PATH. |
Date: |
Fri, 30 Aug 2024 08:32:38 -0400 |
This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new 5327e5cfb1 gnu: ungoogled-chromium-snippet: Include zstd in PATH.
5327e5cfb1 is described below
commit 5327e5cfb14ab7527d79c7c70e0bab0ff9b5965f
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Aug 30 13:31:40 2024 +0100
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 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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: ungoogled-chromium-snippet: Include zstd in PATH.,
guix-commits <=