gnu: terminator: Propagate gsettings-desktop-schemas.
* gnu/packages/gnome.scm (terminator)[propagated-inputs]: Add gsettings-desktop-schemas.
This commit is contained in:
parent
4f20e0a2f6
commit
8126142baf
1 changed files with 3 additions and 0 deletions
|
@ -8156,6 +8156,9 @@ (define-public terminator
|
|||
("python2-pygobject" ,python2-pygobject)
|
||||
("python2-psutil" ,python2-psutil)
|
||||
("vte" ,vte)))
|
||||
(propagated-inputs
|
||||
;; Terminator refuses to start when these are not present.
|
||||
`(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
|
||||
(arguments
|
||||
`(#:python ,python-2 ;Python 3 not supported
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue