diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-29 17:01:09 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:46 +0800 |
commit | 7236045314fdadb7a8e142496a7b6fd479d87a12 (patch) | |
tree | 7c39b362db2a8b85a5620061b88b51d8db61fdbb /gnu/packages/gnome.scm | |
parent | 6c06b1fdac1a00385e393e1ad4735212b3ab63ad (diff) |
gnu: gnome: Add desktop-file-utils.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add desktop-file-utils.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 056bd399f3..6990ab647b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4874,6 +4874,7 @@ software that do not provide their own configuration interface.") ("at-spi2-core" ,at-spi2-core) ("dbus" ,dbus) ("dconf" ,dconf) + ("desktop-file-utils" ,desktop-file-utils) ("eog" ,eog) ("epiphany" ,epiphany) ("evince" ,evince) |