mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-xwidgets{,-next-pgtk}: Use webkitgtk-with-libsoup2.
* gnu/packages/emacs.scm (emacs-xwidgets, emacs-next-pgtk)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2. * gnu/packages/webkit.scm (webkitgtk-with-libsoup2): Add further information about where this package is used and upstream tracker for libsoup3.
This commit is contained in:
parent
01ea70a29c
commit
85de88f1ad
2 changed files with 5 additions and 2 deletions
|
@ -354,7 +354,7 @@ languages.")
|
|||
`(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||
("glib-networking" ,glib-networking)))
|
||||
(inputs
|
||||
`(("webkitgtk" ,webkitgtk)
|
||||
`(("webkitgtk" ,webkitgtk-with-libsoup2)
|
||||
,@(package-inputs emacs-next)))
|
||||
(home-page "https://github.com/masm11/emacs")
|
||||
(synopsis "Emacs text editor with @code{pgtk} and @code{xwidgets} support")
|
||||
|
@ -400,7 +400,7 @@ editor (with xwidgets support)")
|
|||
(delete 'restore-emacs-pdmp)
|
||||
(delete 'strip-double-wrap)))))
|
||||
(inputs
|
||||
`(("webkitgtk" ,webkitgtk)
|
||||
`(("webkitgtk" ,webkitgtk-with-libsoup2)
|
||||
("libxcomposite" ,libxcomposite)
|
||||
,@(package-inputs emacs)))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue