~ruther/guix-local

49d49b69f81014e7290d790758c9d8ef9d6cb381 — Ricardo Wurmus 9 years ago 31e6193
gnu: libpinyin: Adjust indentation.

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

M gnu/packages/ibus.scm
M gnu/packages/ibus.scm => gnu/packages/ibus.scm +5 -5
@@ 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)