This is an automated email from the git hooks/post-receive script.
iyzsong pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1fc66b9db1 gnu: catfish: Fix build.
1fc66b9db1 is described below
commit 1fc66b9db148413c7baccf1a74c4a778ba86bbc5
Author: 宋文武 <[email protected]>
AuthorDate: Mon May 1 21:52:48 2023 +0800
gnu: catfish: Fix build.
* gnu/packages/xfce.scm (catfish)[arguments]: Disable the sanity-check
phase.
---
gnu/packages/xfce.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 43da524b44..19be07bd79 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -243,6 +243,8 @@ to share commonly used Xfce widgets among the Xfce
applications.")
(invoke "python" "setup.py" "install"
(string-append "--prefix=" (assoc-ref outputs "out"))
"--root=/")))
+ ;; The check failed to spawn a message bus without /etc/machine-id.
+ (delete 'sanity-check)
(add-after 'install 'wrap-program
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))