diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-11-18 20:12:54 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:13 +0100 |
| commit | 8f9be1769c4635ee2c5ae44fe8c8ecd35a8189f4 (patch) | |
| tree | 979a3e9a071cf1db5eef033882ba1cb8f8645a20 | |
| parent | c2f2a756f56f376b10b5223c38f1dc9dd43f6c4f (diff) | |
gnu: accountsservice: Run checks after installation.
* gnu/packages/freedesktop.scm (accountsservice)[#:phases]: Move ‘check’ after
‘install’.
| -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.") | |||
| 1942 | (lambda* (#:key outputs #:allow-other-keys) | 1942 | (lambda* (#:key outputs #:allow-other-keys) |
| 1943 | (wrap-program (search-input-file outputs "libexec/accounts-daemon") | 1943 | (wrap-program (search-input-file outputs "libexec/accounts-daemon") |
| 1944 | '("XDG_DATA_DIRS" prefix | 1944 | '("XDG_DATA_DIRS" prefix |
| 1945 | ("/run/current-system/profile/share")))))))) | 1945 | ("/run/current-system/profile/share"))))) |
| 1946 | (delete 'check) | ||
| 1947 | (add-after 'install 'check | ||
| 1948 | (assoc-ref %standard-phases 'check))))) | ||
| 1946 | (native-inputs | 1949 | (native-inputs |
| 1947 | (list docbook-xml-4.1.2 | 1950 | (list docbook-xml-4.1.2 |
| 1948 | docbook-xsl | 1951 | docbook-xsl |
