summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-09-06 09:50:45 +0300
committerEfraim Flashner <efraim@flashner.co.il>2017-09-06 10:49:51 +0300
commit0cce140dc2cf1f652e659ee1ca9f7308d16eda43 (patch)
treebfe6c1ed235d26938f71a0a90ba812c82ea3d134 /gnu/packages/gnome.scm
parent77c2476ae31959b13bdf11f0574323eaedfbd272 (diff)
downloadpatches-0cce140dc2cf1f652e659ee1ca9f7308d16eda43.tar
patches-0cce140dc2cf1f652e659ee1ca9f7308d16eda43.tar.gz
gnu: gnome-session: Add missing input.
* gnu/packages/gnome.scm (gnome-settings)[inputs]: Add libcap.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 281f4bd360..e8253299a7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4502,6 +4502,7 @@ such as gzip tarballs.")
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("gtk+" ,gtk+)
("json-glib" ,json-glib)
+ ("libcap" ,libcap)
("libsm" ,libsm)
("libxcomposite" ,libxcomposite)
("libxtst" ,libxtst)