gnu: Add emacs-next-pgtk-xwidgets.
* gnu/packages/emacs.scm (emacs-next-pgtk-xwidgets): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
3fc284da69
commit
4c3532d7ab
1 changed files with 13 additions and 0 deletions
|
@ -459,6 +459,19 @@ languages.")
|
||||||
(description "This Emacs build implements graphical UI purely in terms
|
(description "This Emacs build implements graphical UI purely in terms
|
||||||
of GTK and supports tree-sitter.")))
|
of GTK and supports tree-sitter.")))
|
||||||
|
|
||||||
|
(define-public emacs-next-pgtk-xwidgets
|
||||||
|
(package
|
||||||
|
(inherit emacs-next-pgtk)
|
||||||
|
(name "emacs-next-pgtk-xwidgets")
|
||||||
|
(synopsis "Emacs text editor with @code{xwidgets} and @code{pgtk} support")
|
||||||
|
(arguments
|
||||||
|
(substitute-keyword-arguments (package-arguments emacs-next-pgtk)
|
||||||
|
((#:configure-flags flags #~'())
|
||||||
|
#~(cons "--with-xwidgets" #$flags))))
|
||||||
|
(inputs
|
||||||
|
(modify-inputs (package-inputs emacs-next-pgtk)
|
||||||
|
(prepend gsettings-desktop-schemas webkitgtk-with-libsoup2)))))
|
||||||
|
|
||||||
(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
|
||||||
;; need to byte-compile .el files.
|
;; need to byte-compile .el files.
|
||||||
|
|
Reference in a new issue