diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-25 08:30:54 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-04-25 08:30:54 +0800 |
commit | 85f09459162d12e7ce7874995ae2837164ed17ee (patch) | |
tree | 072e8c51a8aa2e3977ca7794aadf0d7f827655b5 /gnu/packages/xfce.scm | |
parent | 8e6352870d4ecd0d9fcbfe745dda69552d3d07be (diff) | |
download | guix-85f09459162d12e7ce7874995ae2837164ed17ee.tar guix-85f09459162d12e7ce7874995ae2837164ed17ee.tar.gz |
gnu: xfce: Add ristretto.
* gnu/packages/xfce.scm (xfce)[propagated-inputs]: Add ristretto.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 2d15731510..bd4992eb02 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -699,6 +699,7 @@ on your desktop.") ("gnome-icon-theme" ,gnome-icon-theme) ("gtk-xfce-engine" ,gtk-xfce-engine) ("hicolor-icon-theme" ,hicolor-icon-theme) + ("ristretto" ,ristretto) ("shared-mime-info" ,shared-mime-info) ("thunar" ,thunar) ("thunar-volman" ,thunar-volman) |