mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
gnu: emacs-next-pgtk: Remove xwidgets support.
xwidgets is beefy and buggy, but emacs-next-pgtk is important for wayland users, so it seems a good idea to remove xwidgets from emacs-next-pgtk. Also, we have a separate emacs-xwidgets package for those who wants to experiment. * gnu/packages/emacs.scm (emacs-next-pgtk)[propagated-inputs]: Remove gsettings-desktop-schemas glib-networking. [arguments]<#:configure-flags>: Remove --with-xwidgets. [inputs]: Remove webkitgtk-with-libsoup2. [home-page]: PGTK is merged to upstream emacs repository now, so inherit home-page from emacs-next.
This commit is contained in:
parent
a106ee80eb
commit
b4c64ddce4
1 changed files with 3 additions and 9 deletions
|
@ -462,16 +462,10 @@ (define-public emacs-next-pgtk
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments emacs-next)
|
(substitute-keyword-arguments (package-arguments emacs-next)
|
||||||
((#:configure-flags flags #~'())
|
((#:configure-flags flags #~'())
|
||||||
#~(cons* "--with-pgtk" "--with-xwidgets" #$flags))))
|
#~(cons* "--with-pgtk" #$flags))))
|
||||||
(propagated-inputs
|
(synopsis "Emacs text editor with @code{pgtk} support")
|
||||||
(list gsettings-desktop-schemas glib-networking))
|
|
||||||
(inputs
|
|
||||||
(modify-inputs (package-inputs emacs-next)
|
|
||||||
(prepend webkitgtk-with-libsoup2)))
|
|
||||||
(home-page "https://github.com/masm11/emacs")
|
|
||||||
(synopsis "Emacs text editor with @code{pgtk} and @code{xwidgets} support")
|
|
||||||
(description "This Emacs build implements graphical UI purely in terms of
|
(description "This Emacs build implements graphical UI purely in terms of
|
||||||
GTK and also enables xwidgets.")))
|
GTK.")))
|
||||||
|
|
||||||
(define-public emacs-minimal
|
(define-public emacs-minimal
|
||||||
;; This is the version that you should use as an input to packages that just
|
;; This is the version that you should use as an input to packages that just
|
||||||
|
|
Loading…
Reference in a new issue