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

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9295b91116 gnu: fontmanager: Add missing input.
9295b91116 is described below

commit 9295b911163f386ac63286c1d797718afabf5585
Author: Julien Lepiller <[email protected]>
AuthorDate: Mon Jan 31 15:52:33 2022 +0100

    gnu: fontmanager: Add missing input.
    
    * gnu/packages/fontutils.scm (fontmanager)[native-inputs]: Add
    python-wrapper.
---
 gnu/packages/fontutils.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index bc082de3d3..cd06c345e7 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -898,6 +898,7 @@ generated list of fallback fonts are checked.")
       ("glib" ,glib "bin")
       ("gobject-introspection" ,gobject-introspection)
       ("pkg-config" ,pkg-config)
+      ("python-wrapper" ,python-wrapper)
       ("vala" ,vala-0.52)
       ("yelp-tools" ,yelp-tools)))
    (inputs

Reply via email to