mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-lucid.
* gnu/packages/emacs.scm (emacs-lucid): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
b88a79842c
commit
5e834c220e
1 changed files with 15 additions and 0 deletions
|
@ -516,6 +516,21 @@ editor (with xwidgets support)")
|
||||||
(modify-inputs (package-inputs emacs-pgtk)
|
(modify-inputs (package-inputs emacs-pgtk)
|
||||||
(prepend gsettings-desktop-schemas webkitgtk-with-libsoup2)))))
|
(prepend gsettings-desktop-schemas webkitgtk-with-libsoup2)))))
|
||||||
|
|
||||||
|
(define-public emacs-lucid
|
||||||
|
(package/inherit emacs-no-x
|
||||||
|
(name "emacs-lucid")
|
||||||
|
(synopsis
|
||||||
|
"The extensible, customizable, self-documenting text editor (with Lucid toolkit)")
|
||||||
|
(inputs (modify-inputs (package-inputs emacs)
|
||||||
|
(delete "gtk+")
|
||||||
|
(prepend libxaw)))
|
||||||
|
(arguments
|
||||||
|
(substitute-keyword-arguments
|
||||||
|
(package-arguments emacs-no-x)
|
||||||
|
((#:configure-flags flags #~'())
|
||||||
|
#~(cons "--with-x-toolkit=lucid"
|
||||||
|
#$flags))))))
|
||||||
|
|
||||||
(define-public emacs-motif
|
(define-public emacs-motif
|
||||||
(package/inherit emacs-no-x
|
(package/inherit emacs-no-x
|
||||||
(name "emacs-motif")
|
(name "emacs-motif")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue