gnu: gnome-terminal: Move dconf to propagated-inputs.
* gnu/packages/gnome.scm (gnome-terminal): Move dconf from inputs to propagated-inputs.
This commit is contained in:
parent
b62a3ebcdd
commit
6870216758
|
@ -2090,11 +2090,12 @@ floating in an ocean using only your brain and a little bit of luck.")
|
||||||
("desktop-file-utils" ,desktop-file-utils)
|
("desktop-file-utils" ,desktop-file-utils)
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("itstool" ,itstool)))
|
("itstool" ,itstool)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("dconf" ,dconf)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk+" ,gtk+)
|
`(("gtk+" ,gtk+)
|
||||||
("vte" ,vte)
|
("vte" ,vte)
|
||||||
("gnutls" ,gnutls)
|
("gnutls" ,gnutls)
|
||||||
("dconf" ,dconf)
|
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||||
("util-linux" ,util-linux)
|
("util-linux" ,util-linux)
|
||||||
("vala" ,vala)))
|
("vala" ,vala)))
|
||||||
|
|
Loading…
Reference in New Issue