summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Prikler <leo.prikler@student.tugraz.at>2021-03-12 18:55:41 +0100
committerLeo Prikler <leo.prikler@student.tugraz.at>2021-03-26 13:17:18 +0100
commit0dc9ad898180bd37aadfa23d23806b595e600c83 (patch)
treea0089ee0f85cb164434fea26d06d86816fec893c /gnu
parent87547517bceaddb9d67146a1e286d1d0c5017d0c (diff)
downloadguix-patches-0dc9ad898180bd37aadfa23d23806b595e600c83.tar
guix-patches-0dc9ad898180bd37aadfa23d23806b595e600c83.tar.gz
gnu: eolie: Add missing inputs.
This fixes errors observed directly at launch of Eolie inside pure environments. (See <https://bugs.gnu.org/47097> for more information.) It is still not possible to launch Eolie inside a container, however. (See also <https://bugs.gnu.org/47106>.) * gnu/packages/gnome.scm (eolie)[inputs]: Add libhandy and gnome-settings-daemon.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 09e62d7897..7702510eb4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6712,9 +6712,11 @@ almost all of them.")
("python-pygobject" ,python-pygobject)
("python-pycairo" ,python-pycairo)
("python-pycrypto" ,python-pycrypto)
+ ("libhandy" ,libhandy)
("libsecret" ,libsecret)
("gtkspell3" ,gtkspell3)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
+ ("gnome-settings-daemon" ,gnome-settings-daemon) ; desktop-schemas are not enough
("webkitgtk" ,webkitgtk)))
(home-page "https://wiki.gnome.org/Apps/Eolie")
(synopsis "Web browser for GNOME")