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.") | |||
| 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 |
