mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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.
This commit is contained in:
parent
87547517bc
commit
0dc9ad8981
1 changed files with 2 additions and 0 deletions
|
@ -6712,9 +6712,11 @@ (define-public eolie
|
|||
("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")
|
||||
|
|
Loading…
Reference in a new issue