guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.

commit 8116f1688110cec74408737d79bd13eb24cbebe6
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Mon Aug 31 06:11:17 2026 +0200

    gnu: xorg: Use language module.
    
    * gnu/packages/xorg.scm (define-module):
    Add #:use-module (gnu packages language).
---
 gnu/packages/xorg.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 1d3ba3b1d4..584857eed8 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -108,6 +108,7 @@
   #:use-module (gnu packages inkscape)
   #:use-module (gnu packages image)
   #:use-module (gnu packages imagemagick)
+  #:use-module (gnu packages language)  ; m17n-lib, m17n-db
   #:use-module (gnu packages libedit)
   #:use-module (gnu packages libffi)
   #:use-module (gnu packages linux)

Reply via email to