guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: uim: Enable 'uim-fep' to support the use of


From: guix-commits
Subject: branch master updated: gnu: uim: Enable 'uim-fep' to support the use of uim in text terminal.
Date: Mon, 26 Jul 2021 07:02:32 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 151c546  gnu: uim: Enable 'uim-fep' to support the use of uim in text 
terminal.
151c546 is described below

commit 151c54609b74f27f6954768d72fdb67525b1f784
Author: qblade <qblade@protonmail.com>
AuthorDate: Fri Mar 26 00:28:43 2021 +0000

    gnu: uim: Enable 'uim-fep' to support the use of uim in text terminal.
    
    * gnu/packages/xorg.scm (uim)[inputs]: add ncurses.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/xorg.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 0830bd5..6f96339 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -30,6 +30,7 @@
 ;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
 ;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
 ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
+;;; Copyright © 2021 qblade <qblade@protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6472,7 +6473,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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]