iyzsong pushed a commit to branch gnome-updates
in repository guix.
commit 479e4c9acb44e59ee5ddee9a3e55c30890137f1f
Author: 宋文武 <[email protected]>
Date: Fri Apr 29 17:01:09 2016 +0800
gnu: gnome: Add desktop-file-utils.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add desktop-file-utils.
---
gnu/packages/gnome.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 056bd39..6990ab6 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)