efraim pushed a commit to branch master
in repository guix.
commit 50918af29bd4cb8b77a4518ca7f2748d389d41de
Author: Efraim Flashner <[email protected]>
Date: Wed Sep 6 09:51:56 2017 +0300
gnu: mutter: Only propagate glib once.
* gnu/packages/gnome.scm (mutter)[propagated-inputs]: Remove duplicate
glib.
---
gnu/packages/gnome.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e825329..5f0d068 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4720,7 +4720,6 @@ to display dialog boxes from the commandline and shell
scripts.")
("cairo" ,cairo)
("gdk-pixbuf" ,gdk-pixbuf)
("glib" ,glib)
- ("glib" ,glib)
("gtk+" ,gtk+)
("json-glib" ,json-glib)
("libinput" ,libinput)