1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 22:50:34 +02:00

gnu: setzer: Add python-wrapper to fix build.

* gnu/packages/gnome.scm (setzer)[native-inputs]: Add python-wrapper.
This commit is contained in:
Maxim Cournoyer
2022-04-20 01:02:07 -04:00
parent e96c89b2c6
commit cc9feb754b

View File

@@ -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)