guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: home-services: xdg: Add missing import.


From: guix-commits
Subject: 05/06: home-services: xdg: Add missing import.
Date: Mon, 30 Aug 2021 19:18:18 -0400 (EDT)

wigust pushed a commit to branch wip-guix-home
in repository guix.

commit 31461bb4742c69693857d030a0b0c65073034d3a
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Mon Aug 30 13:22:16 2021 +0300

    home-services: xdg: Add missing import.
    
    Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
---
 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]