From cc9feb754b044af8ef5c595a5b76711ffed3687f Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 20 Apr 2022 01:02:07 -0400 Subject: [PATCH] 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)