apteryx pushed a commit to branch wip-ipython-polyglossia in repository guix.
commit f80c8681a7976f84c0b56ec96502193cf2229f84 Author: Maxim Cournoyer <[email protected]> AuthorDate: Wed Apr 20 01:02:07 2022 -0400 gnu: setzer: Add python-wrapper to fix build. * gnu/packages/gnome.scm (setzer)[native-inputs]: Add python-wrapper. --- gnu/packages/gnome.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1bd8f82478..654facdbff 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11951,7 +11951,8 @@ and toolbars.") ("gettext" ,gettext-minimal) ("glib:bin" ,glib "bin") ("gobject-introspection" ,gobject-introspection) - ("gtk+:bin" ,gtk+ "bin"))) + ("gtk+:bin" ,gtk+ "bin") + ("python-wrapper" ,python-wrapper))) (inputs `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas) ("gspell" ,gspell)
