summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-07-24 21:28:09 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-07-24 21:29:10 +0200
commit8126142baf2cadd7b0052ba7b1d0cd248c8cbc40 (patch)
treed748ca6d4584ff52c79a5897b0aaf64e0cf90445
parent4f20e0a2f629249cb751824cc85a719ebd4bf4bf (diff)
downloadpatches-8126142baf2cadd7b0052ba7b1d0cd248c8cbc40.tar
patches-8126142baf2cadd7b0052ba7b1d0cd248c8cbc40.tar.gz
gnu: terminator: Propagate gsettings-desktop-schemas.
* gnu/packages/gnome.scm (terminator)[propagated-inputs]: Add gsettings-desktop-schemas.
-rw-r--r--gnu/packages/gnome.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9aa4ed538b..3f7bbac214 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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