mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: fontmanager: Add missing input.
* gnu/packages/fontutils.scm (fontmanager)[native-inputs]: Add python-wrapper.
This commit is contained in:
parent
c636a8786e
commit
9295b91116
1 changed files with 1 additions and 0 deletions
|
@ -898,6 +898,7 @@ (define-public fontmanager
|
|||
("glib" ,glib "bin")
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python-wrapper" ,python-wrapper)
|
||||
("vala" ,vala-0.52)
|
||||
("yelp-tools" ,yelp-tools)))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue