all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#28686] [PATCH] gnu: emacs-pyim: Fix error input name
@ 2017-10-03 12:46 Feng Shu
  2017-10-04  6:46 ` bug#28686: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Feng Shu @ 2017-10-03 12:46 UTC (permalink / raw)
  To: 28686

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH] gnu: emacs-pyim: Fix error input name --]
[-- Type: text/x-patch, Size: 898 bytes --]

From 019df815c6877bc2b344ecaf5e1979b4c2fdb3d1 Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu@163.com>
Date: Tue, 3 Oct 2017 20:44:21 +0800
Subject: [PATCH] gnu: emacs-pyim: Fix error input name

* gnu/packages/emacs.scm (emacs-pyim): Fix error input name.
---
 gnu/packages/emacs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 5d1090fb7..6c383e0df 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4973,7 +4973,7 @@ containing words from the rime project.")
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)
-       ("emacs-exwm" ,emacs-pyim-basedict)
+       ("emacs-pyim-basedict" ,emacs-pyim-basedict)
        ("emacs-popup" ,emacs-popup)
        ("emacs-pos-tip" ,emacs-pos-tip)))
     (home-page "https://github.com/tumashu/pyim")
-- 
2.14.1


[-- Attachment #2: Type: text/plain, Size: 5 bytes --]


-- 

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

* bug#28686: [PATCH] gnu: emacs-pyim: Fix error input name
  2017-10-03 12:46 [bug#28686] [PATCH] gnu: emacs-pyim: Fix error input name Feng Shu
@ 2017-10-04  6:46 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2017-10-04  6:46 UTC (permalink / raw)
  To: Feng Shu; +Cc: 28686-done

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

On Tue, 03 Oct 2017 20:46:33 +0800
"Feng Shu" <tumashu@163.com> wrote:

> From 019df815c6877bc2b344ecaf5e1979b4c2fdb3d1 Mon Sep 17 00:00:00 2001
> From: Feng Shu <tumashu@163.com>
> Date: Tue, 3 Oct 2017 20:44:21 +0800
> Subject: [PATCH] gnu: emacs-pyim: Fix error input name
> 
> * gnu/packages/emacs.scm (emacs-pyim): Fix error input name.
> ---
>  gnu/packages/emacs.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Good spot, I've now pushed this :)

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 963 bytes --]

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

end of thread, other threads:[~2017-10-04  6:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-03 12:46 [bug#28686] [PATCH] gnu: emacs-pyim: Fix error input name Feng Shu
2017-10-04  6:46 ` bug#28686: " Christopher Baines

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.