me
/
guix
Archived
1
0
Fork 0

gnu: catfish: Fix build.

* gnu/packages/xfce.scm (catfish)[arguments]: Disable the sanity-check phase.
master
宋文武 2023-05-01 21:52:48 +08:00
parent 0c6a7e1045
commit 1fc66b9db1
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 0 deletions

View File

@ -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")))