diff options
Diffstat (limited to 'gnu/packages/freedesktop.scm')
| -rw-r--r-- | gnu/packages/freedesktop.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index d8b08c6ca01..7f07d5175f2 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -1942,7 +1942,10 @@ message bus.") (lambda* (#:key outputs #:allow-other-keys) (wrap-program (search-input-file outputs "libexec/accounts-daemon") '("XDG_DATA_DIRS" prefix - ("/run/current-system/profile/share")))))))) + ("/run/current-system/profile/share"))))) + (delete 'check) + (add-after 'install 'check + (assoc-ref %standard-phases 'check))))) (native-inputs (list docbook-xml-4.1.2 docbook-xsl |
