diff options
-rw-r--r-- | gnu/packages/xfce.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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"))) |