guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ibus-anthy: Fix build.


From: guix-commits
Subject: branch master updated: gnu: ibus-anthy: Fix build.
Date: Fri, 24 Jun 2022 10:00:35 -0400

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 89db6e7ec7 gnu: ibus-anthy: Fix build.
89db6e7ec7 is described below

commit 89db6e7ec77bf0f33474e47945755f5ab45e9f06
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jun 24 09:57:15 2022 -0400

    gnu: ibus-anthy: Fix build.
    
    This is in follow up to 39b118776bbbaed049f8bcafa27bde30d9d0b2f6.
    
    * gnu/packages/ibus.scm (ibus-anthy)
    [phases]{wrap-programs}: Add missing 'inputs' keyword.
---
 gnu/packages/ibus.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index 74e0e45110..234d4bd75f 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -329,7 +329,7 @@ Chinese pinyin input methods.")
        #:phases
        (modify-phases %standard-phases
          (add-after 'install 'wrap-programs
-           (lambda* (#:key outputs #:allow-other-keys)
+           (lambda* (#:key inputs outputs #:allow-other-keys)
              (for-each (lambda (prog)
                          (wrap-program (search-input-file
                                         outputs (string-append "libexec/" 
prog))



reply via email to

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