* [bug#75121] [PATCH] gnu: Add emacs-lucid.
@ 2024-12-26 18:20 Divya Ranjan via Guix-patches via
2024-12-27 8:47 ` [bug#75121] QA review for 75121 Cayetano Santos via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Divya Ranjan via Guix-patches via @ 2024-12-26 18:20 UTC (permalink / raw)
To: 75121; +Cc: Divya Ranjan
* gnu/packages/emacs.scm (emacs-lucid): New variable.
---
gnu/packages/emacs.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c5b57211dd..1628bde99c 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -525,6 +525,21 @@ (define-public emacs-pgtk-xwidgets
(modify-inputs (package-inputs emacs-pgtk)
(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
(package/inherit emacs-no-x
(name "emacs-motif")
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-27 8:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-26 18:20 [bug#75121] [PATCH] gnu: Add emacs-lucid Divya Ranjan via Guix-patches via
2024-12-27 8:47 ` [bug#75121] QA review for 75121 Cayetano Santos via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.