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
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -11951,7 +11951,8 @@ (define-public setzer
("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)