From 8f9be1769c4635ee2c5ae44fe8c8ecd35a8189f4 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Tue, 18 Nov 2025 20:12:54 +0100 Subject: [PATCH] gnu: accountsservice: Run checks after installation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/freedesktop.scm (accountsservice)[#:phases]: Move ‘check’ after ‘install’. --- gnu/packages/freedesktop.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index d8b08c6ca0..7f07d5175f 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