guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: xorg.scm: Add missing module import.


From: guix-commits
Subject: branch master updated: gnu: xorg.scm: Add missing module import.
Date: Tue, 20 Jul 2021 15:21:18 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2c1cdbb  gnu: xorg.scm: Add missing module import.
2c1cdbb is described below

commit 2c1cdbb19bf752fb41db9a80bda867f9619541e5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jul 20 22:19:12 2021 +0300

    gnu: xorg.scm: Add missing module import.
    
    This is a follow-up to 1a4c7ddefe2a1c853fb99989e21f867e1965ec59.
    
    * gnu/packages/xorg.scm: Add missing module import.
---
 gnu/packages/xorg.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 537f07f..0830bd5 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -59,6 +59,7 @@
   #:use-module (gnu packages aidc)
   #:use-module (gnu packages anthy)
   #:use-module (gnu packages autotools)
+  #:use-module (gnu packages bash)
   #:use-module (gnu packages bison)
   #:use-module (gnu packages check)
   #:use-module (gnu packages compression)



reply via email to

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