diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-10 13:02:39 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-10 17:39:28 +0200 |
commit | ec40227b2c0fefb4decce8c335b13e820e178069 (patch) | |
tree | 89aa0daf616f9b55a184e55e12cd7cf4307c376f /gnu/packages/gnome.scm | |
parent | 841bddb4b45fd6e47a8991f74380ba20dacbe1be (diff) | |
download | patches-ec40227b2c0fefb4decce8c335b13e820e178069.tar patches-ec40227b2c0fefb4decce8c335b13e820e178069.tar.gz |
gnu: mutter: Remove duplicate gtk+ input.
* gnu/packages/gnome.scm (mutter)[arguments]: Remove duplicate gtk+
from propagated-inputs.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 4b1dbbdb49..1179e09901 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) |