me
/
guix
Archived
1
0
Fork 0

gnu: emacs-next-pgtk: Use new package style.

* gnu/packages/emacs.scm (emacs-next-pgtk)[arguments]: Convert to list of
G-Expressions.
[inputs]: Use modify-inputs.
master
Liliana Marie Prikler 2022-05-15 00:07:43 +02:00
parent 22d6e36005
commit 9a520eb203
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 4 additions and 4 deletions

View File

@ -348,13 +348,13 @@ languages.")
(name "emacs-next-pgtk") (name "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" "--with-xwidgets" #$flags))))
(propagated-inputs (propagated-inputs
(list gsettings-desktop-schemas glib-networking)) (list gsettings-desktop-schemas glib-networking))
(inputs (inputs
`(("webkitgtk" ,webkitgtk-with-libsoup2) (modify-inputs (package-inputs emacs-next)
,@(package-inputs emacs-next))) (prepend webkitgtk-with-libsoup2)))
(home-page "https://github.com/masm11/emacs") (home-page "https://github.com/masm11/emacs")
(synopsis "Emacs text editor with @code{pgtk} and @code{xwidgets} support") (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