diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-29 15:45:54 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:46 +0800 |
commit | 05f651c4e972f11800ff904175c6357e7cf9bd25 (patch) | |
tree | 5ade59e81a3b9b6b97255ee48510291806087a5b /gnu/packages/gnome.scm | |
parent | a829a053e2a08472989e9646b890e10982a89bf4 (diff) | |
download | guix-05f651c4e972f11800ff904175c6357e7cf9bd25.tar guix-05f651c4e972f11800ff904175c6357e7cf9bd25.tar.gz |
gnu: gnome: Add baobab, gnome-backgrounds and gvfs.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add baobab, gnome-backgrounds
and gvfs.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index ea94582b41..056bd399f3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4869,6 +4869,7 @@ software that do not provide their own configuration interface.") ;; TODO: Add more packages according to: ;; <https://packages.debian.org/jessie/gnome-core>. `(("adwaita-icon-theme" ,adwaita-icon-theme) + ("baobab" ,baobab) ("font-cantarell" ,font-cantarell) ("at-spi2-core" ,at-spi2-core) ("dbus" ,dbus) @@ -4878,6 +4879,7 @@ software that do not provide their own configuration interface.") ("evince" ,evince) ("gedit" ,gedit) ("glib-networking" ,glib-networking) + ("gnome-backgrounds" ,gnome-backgrounds) ("gnome-control-center" ,gnome-control-center) ("gnome-keyring" ,gnome-keyring) ("gnome-session" ,gnome-session) @@ -4885,6 +4887,7 @@ software that do not provide their own configuration interface.") ("gnome-shell" ,gnome-shell) ("gnome-terminal" ,gnome-terminal) ("gnome-themes-standard" ,gnome-themes-standard) + ("gvfs" ,gvfs) ("hicolor-icon-theme" ,hicolor-icon-theme) ("nautilus" ,nautilus) ("pulseaudio" ,pulseaudio) |