On Wed, Apr 27, 2016 at 09:05:26PM +0200, Jan Nieuwenhuizen wrote:
> Yes.  Moved python to inputs, added python wrapper.

Cool!

Based on that, I moved python2-gobject into (inputs). I also tried
removing mutter entirely, since I believe mutter is provided by
gnome-shell.

It seems to work for me. Can you see if it works for you?

(native-inputs
 `(("intltool" ,intltool)
   ("pkg-config" ,pkg-config)))
(inputs `(("python" ,python-2)
          ("python2-pygobject" ,python2-pygobject)))
(propagated-inputs
 `(("libnotify" ,libnotify)
   ("gobject-introspection" ,gobject-introspection)
   ("gnome-shell" ,gnome-shell)
   ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
   ("gtk+" ,gtk+)))

Reply via email to