gnu: catfish: Fix build.

* gnu/packages/xfce.scm (catfish)[arguments]: Disable the sanity-check phase.
This commit is contained in:
宋文武 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

View file

@ -243,6 +243,8 @@ (define-public catfish
(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")))