From 1fc66b9db148413c7baccf1a74c4a778ba86bbc5 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Mon, 1 May 2023 21:52:48 +0800 Subject: 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"))) -- cgit 1.4.1