mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: gnome-tweak-tool: Add missing inputs.
* gnu/packages/gnome.scm (gnome-tweak-tool)[inputs]: Add gnome-desktop and libsoup. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
adb41527ad
commit
fab2784dbb
1 changed files with 2 additions and 0 deletions
|
@ -5310,6 +5310,8 @@ (define-public gnome-tweak-tool
|
||||||
(inputs
|
(inputs
|
||||||
`(("python" ,python-2)
|
`(("python" ,python-2)
|
||||||
("python2-pygobject" ,python2-pygobject)
|
("python2-pygobject" ,python2-pygobject)
|
||||||
|
("gnome-desktop" ,gnome-desktop)
|
||||||
|
("libsoup" ,libsoup)
|
||||||
("libnotify" ,libnotify)
|
("libnotify" ,libnotify)
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||||
|
|
Loading…
Reference in a new issue