[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: mutter: Remove duplicate gtk+ input.
From: |
guix-commits |
Subject: |
01/05: gnu: mutter: Remove duplicate gtk+ input. |
Date: |
Wed, 10 Jul 2019 11:39:52 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ec40227b2c0fefb4decce8c335b13e820e178069
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Jul 10 13:02:39 2019 +0200
gnu: mutter: Remove duplicate gtk+ input.
* gnu/packages/gnome.scm (mutter)[arguments]: Remove duplicate gtk+
from propagated-inputs.
---
gnu/packages/gnome.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4b1dbbd..1179e09 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5025,7 +5025,6 @@ to display dialog boxes from the commandline and shell
scripts.")
("cairo" ,cairo)
("gdk-pixbuf" ,gdk-pixbuf)
("glib" ,glib)
- ("gtk+" ,gtk+)
("json-glib" ,json-glib)
("libinput" ,libinput)
("libx11" ,libx11)