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

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 04919730ef gnu: sugar: Add missing import.
04919730ef is described below

commit 04919730eff474b6b7299bce8980daf18a2defec
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Feb 28 18:32:32 2023 +0100

    gnu: sugar: Add missing import.
    
    This is a follow-up to commit 03c5b8933dd84ce3ab108ab2e56776181517ad7d.
    
    * gnu/packages/sugar.scm: Add missing import of (gnu packages bash).
---
 gnu/packages/sugar.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/sugar.scm b/gnu/packages/sugar.scm
index 504b346f2f..628275d0c7 100644
--- a/gnu/packages/sugar.scm
+++ b/gnu/packages/sugar.scm
@@ -20,6 +20,7 @@
   #:use-module (gnu packages)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages base)
+  #:use-module (gnu packages bash)
   #:use-module (gnu packages freedesktop)
   #:use-module (gnu packages gettext)
   #:use-module (gnu packages glib)

Reply via email to