gnu: terminator: Propagate gsettings-desktop-schemas.

* gnu/packages/gnome.scm (terminator)[propagated-inputs]: Add gsettings-desktop-schemas.
master
Tobias Geerinckx-Rice 2019-07-24 21:28:09 +02:00
parent 4f20e0a2f6
commit 8126142baf
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 0 deletions

View File

@ -8156,6 +8156,9 @@ advanced image management tool")
("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