[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: eolie: Add missing inputs.
From: |
guix-commits |
Subject: |
branch master updated: gnu: eolie: Add missing inputs. |
Date: |
Fri, 26 Mar 2021 08:23:07 -0400 |
This is an automated email from the git hooks/post-receive script.
leoprikler pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 0dc9ad8 gnu: eolie: Add missing inputs.
0dc9ad8 is described below
commit 0dc9ad898180bd37aadfa23d23806b595e600c83
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Fri Mar 12 18:55:41 2021 +0100
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.
---
gnu/packages/gnome.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 09e62d7..7702510 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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: eolie: Add missing inputs.,
guix-commits <=