gnu: gnome-terminal: Move dconf to propagated-inputs.

* gnu/packages/gnome.scm (gnome-terminal): Move dconf from inputs to
  propagated-inputs.
master
Mark H Weaver 2015-07-11 02:45:29 -04:00
parent b62a3ebcdd
commit 6870216758
1 changed files with 2 additions and 1 deletions

View File

@ -2090,11 +2090,12 @@ floating in an ocean using only your brain and a little bit of luck.")
("desktop-file-utils" ,desktop-file-utils)
("intltool" ,intltool)
("itstool" ,itstool)))
(propagated-inputs
`(("dconf" ,dconf)))
(inputs
`(("gtk+" ,gtk+)
("vte" ,vte)
("gnutls" ,gnutls)
("dconf" ,dconf)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("util-linux" ,util-linux)
("vala" ,vala)))