gnu: gnome: Add baobab, gnome-backgrounds and gvfs.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add baobab, gnome-backgrounds and gvfs.
This commit is contained in:
parent
a829a053e2
commit
05f651c4e9
|
@ -4869,6 +4869,7 @@ software that do not provide their own configuration interface.")
|
||||||
;; TODO: Add more packages according to:
|
;; TODO: Add more packages according to:
|
||||||
;; <https://packages.debian.org/jessie/gnome-core>.
|
;; <https://packages.debian.org/jessie/gnome-core>.
|
||||||
`(("adwaita-icon-theme" ,adwaita-icon-theme)
|
`(("adwaita-icon-theme" ,adwaita-icon-theme)
|
||||||
|
("baobab" ,baobab)
|
||||||
("font-cantarell" ,font-cantarell)
|
("font-cantarell" ,font-cantarell)
|
||||||
("at-spi2-core" ,at-spi2-core)
|
("at-spi2-core" ,at-spi2-core)
|
||||||
("dbus" ,dbus)
|
("dbus" ,dbus)
|
||||||
|
@ -4878,6 +4879,7 @@ software that do not provide their own configuration interface.")
|
||||||
("evince" ,evince)
|
("evince" ,evince)
|
||||||
("gedit" ,gedit)
|
("gedit" ,gedit)
|
||||||
("glib-networking" ,glib-networking)
|
("glib-networking" ,glib-networking)
|
||||||
|
("gnome-backgrounds" ,gnome-backgrounds)
|
||||||
("gnome-control-center" ,gnome-control-center)
|
("gnome-control-center" ,gnome-control-center)
|
||||||
("gnome-keyring" ,gnome-keyring)
|
("gnome-keyring" ,gnome-keyring)
|
||||||
("gnome-session" ,gnome-session)
|
("gnome-session" ,gnome-session)
|
||||||
|
@ -4885,6 +4887,7 @@ software that do not provide their own configuration interface.")
|
||||||
("gnome-shell" ,gnome-shell)
|
("gnome-shell" ,gnome-shell)
|
||||||
("gnome-terminal" ,gnome-terminal)
|
("gnome-terminal" ,gnome-terminal)
|
||||||
("gnome-themes-standard" ,gnome-themes-standard)
|
("gnome-themes-standard" ,gnome-themes-standard)
|
||||||
|
("gvfs" ,gvfs)
|
||||||
("hicolor-icon-theme" ,hicolor-icon-theme)
|
("hicolor-icon-theme" ,hicolor-icon-theme)
|
||||||
("nautilus" ,nautilus)
|
("nautilus" ,nautilus)
|
||||||
("pulseaudio" ,pulseaudio)
|
("pulseaudio" ,pulseaudio)
|
||||||
|
|
Loading…
Reference in New Issue