mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: catfish: Fix build.
* gnu/packages/xfce.scm (catfish)[arguments]: Disable the sanity-check phase.
This commit is contained in:
parent
0c6a7e1045
commit
1fc66b9db1
1 changed files with 2 additions and 0 deletions
|
@ -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")))
|
||||
|
|
Loading…
Reference in a new issue