diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-20 01:02:07 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-12 12:46:06 -0400 |
commit | cc9feb754b044af8ef5c595a5b76711ffed3687f (patch) | |
tree | a59912d4ff18e949ba891439d136823171101fd1 | |
parent | e96c89b2c67fa643dc19140417e316e19d837a82 (diff) | |
download | guix-cc9feb754b044af8ef5c595a5b76711ffed3687f.tar.gz |
gnu: setzer: Add python-wrapper to fix build.
* gnu/packages/gnome.scm (setzer)[native-inputs]: Add python-wrapper.
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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) |