1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: accountsservice: Run checks after installation.

* gnu/packages/freedesktop.scm (accountsservice)[#:phases]: Move ‘check’ after
‘install’.
This commit is contained in:
Liliana Marie Prikler
2025-11-18 20:12:54 +01:00
committed by Andreas Enge
parent c2f2a756f5
commit 8f9be1769c

View File

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