unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46661] Add console support for uim
@ 2021-02-20  6:46 qblade via Guix-patches via
  2021-03-26  6:24 ` [bug#46661] RE: " qblade via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: qblade via Guix-patches via @ 2021-02-20  6:46 UTC (permalink / raw)
  To: 46661

[-- Attachment #1: Type: text/plain, Size: 69 bytes --]

Add console support for uim

Sent with ProtonMail Secure Email.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-uim-add-console-support-uim-fep.patch --]
[-- Type: text/x-patch; name=0001-gnu-uim-add-console-support-uim-fep.patch, Size: 816 bytes --]

From 30e523f1a0b00a728584cc7553e670bbc486a7e3 Mon Sep 17 00:00:00 2001
From: qblade <qblade@protonmail.com>
Date: Sat, 20 Feb 2021 01:49:24 +0000
Subject: [PATCH] gnu: uim add console support (uim-fep)

* gnu/packages/xorg.scm (uim): inputs add ncurses
---
 gnu/packages/xorg.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ed98d1acd3..cd32b83d47 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6393,7 +6393,8 @@ X11 servers, Windows, or macOS.")
      `(("anthy" ,anthy)
        ("libedit" ,libedit)
        ("libxft" ,libxft)
-       ("m17n-lib" ,m17n-lib)))
+       ("m17n-lib" ,m17n-lib)
+       ("ncurses" ,ncurses)))
     (native-inputs
      `(("emacs" ,emacs-minimal)
        ("intltool" ,intltool)
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-26 11:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-20  6:46 [bug#46661] Add console support for uim qblade via Guix-patches via
2021-03-26  6:24 ` [bug#46661] RE: " qblade via Guix-patches via
2021-07-26 11:03   ` bug#46661: " 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).