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:
committed by
Andreas Enge
parent
c2f2a756f5
commit
8f9be1769c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user