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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 45d0c82dcc gnu: fontutils: Add gsettings-desktop-schemas.
45d0c82dcc is described below

commit 45d0c82dcc7380e78472dd819981a5025f6157e5
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Feb 23 21:46:31 2022 -0500

    gnu: fontutils: Add gsettings-desktop-schemas.
    
    * gnu/packages/fontutils.scm (fontmanager)[inputs]: Add
    gsettings-desktop-schemas.
---
 gnu/packages/fontutils.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index fd920b70ef..04b868d31b 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -905,6 +905,7 @@ generated list of fallback fonts are checked.")
    (inputs
     `(("fonconfig" ,fontconfig)
       ("freetype" ,freetype)
+      ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
       ("gtk+" ,gtk+)
       ("json-glib" ,json-glib)
       ("libsoup" ,libsoup-minimal-2)

Reply via email to