guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.


From: Leo Famulari
Subject: Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.
Date: Mon, 2 May 2016 18:04:01 -0400
User-agent: Mutt/1.5.24 (2015-08-30)

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

[Prev in Thread] Current Thread [Next in Thread]