diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-04-22 00:08:09 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-04-22 00:09:26 +0200 |
commit | 49d49b69f81014e7290d790758c9d8ef9d6cb381 (patch) | |
tree | c7889ecb3b433457dc54b24a43cb17b2dfcc5cf3 | |
parent | 31e619385a26709cf3cb9aa056526faa609d3e73 (diff) | |
download | guix-49d49b69f81014e7290d790758c9d8ef9d6cb381.tar.gz |
gnu: libpinyin: Adjust indentation.
* gnu/packages/ibus.scm (libpinyin)[arguments]: Adjust indentation.
-rw-r--r-- | gnu/packages/ibus.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm index eebfb73545..180e3cff95 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) |