mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: eolie: Build with webkitgtk-with-libsoup2.
* gnu/packages/gnome.scm (eolie)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2.
This commit is contained in:
parent
c381516366
commit
42325fc373
1 changed files with 1 additions and 1 deletions
|
@ -7292,7 +7292,7 @@ (define-public eolie
|
|||
("gtkspell3" ,gtkspell3)
|
||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||
("gnome-settings-daemon" ,gnome-settings-daemon) ; desktop-schemas are not enough
|
||||
("webkitgtk" ,webkitgtk)))
|
||||
("webkitgtk" ,webkitgtk-with-libsoup2)))
|
||||
(home-page "https://wiki.gnome.org/Apps/Eolie")
|
||||
(synopsis "Web browser for GNOME")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue