wigust pushed a commit to branch wip-guix-home
in repository guix.
commit 31461bb4742c69693857d030a0b0c65073034d3a
Author: Andrew Tropin <[email protected]>
AuthorDate: Mon Aug 30 13:22:16 2021 +0300
home-services: xdg: Add missing import.
Signed-off-by: Oleg Pykhalov <[email protected]>
---
gnu/home-services/xdg.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/home-services/xdg.scm b/gnu/home-services/xdg.scm
index 6e4a254..535c866 100644
--- a/gnu/home-services/xdg.scm
+++ b/gnu/home-services/xdg.scm
@@ -26,6 +26,7 @@
#:use-module (guix gexp)
#:use-module (guix records)
#:use-module (guix i18n)
+ #:use-module (guix diagnostics)
#:use-module (ice-9 match)
#:use-module (srfi srfi-1)