guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: libpinyin: Adjust indentation.


From: Ricardo Wurmus
Subject: 02/03: gnu: libpinyin: Adjust indentation.
Date: Fri, 21 Apr 2017 18:14:12 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 49d49b69f81014e7290d790758c9d8ef9d6cb381
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Apr 22 00:08:09 2017 +0200

    gnu: libpinyin: Adjust indentation.
    
    * gnu/packages/ibus.scm (libpinyin)[arguments]: Adjust indentation.
---
 gnu/packages/ibus.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index eebfb73..180e3cf 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -205,12 +205,12 @@ ZhuYin (Bopomofo) input method based on libpinyin for 
IBus.")
      `(#:phases
        (modify-phases %standard-phases
          (add-before 'configure 'autogen
-          (lambda _ (zero? (system* "autoreconf" "-vif"))))
+           (lambda _ (zero? (system* "autoreconf" "-vif"))))
          (add-after 'unpack 'unpack-model
-          (lambda* (#:key inputs #:allow-other-keys)
-            (zero? (system* "tar" "-xvf"
-                            (assoc-ref inputs "model")
-                            "-C" "data")))))))
+           (lambda* (#:key inputs #:allow-other-keys)
+             (zero? (system* "tar" "-xvf"
+                             (assoc-ref inputs "model")
+                             "-C" "data")))))))
     (inputs
      `(("glib" ,glib)
        ("bdb" ,bdb)



reply via email to

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