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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 578a1d7  gnu: qtspell: Add missing module.
578a1d7 is described below

commit 578a1d794b18ca4e67eaa4b85afab3f5a9a874c5
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Jul 27 11:59:14 2020 +0200

    gnu: qtspell: Add missing module.
---
 gnu/packages/qt.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 33a952d..dded586 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -55,6 +55,7 @@
   #:use-module (gnu packages curl)
   #:use-module (gnu packages databases)
   #:use-module (gnu packages documentation)
+  #:use-module (gnu packages enchant)
   #:use-module (gnu packages fontutils)
   #:use-module (gnu packages flex)
   #:use-module (gnu packages freedesktop)

Reply via email to