From 49d49b69f81014e7290d790758c9d8ef9d6cb381 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 22 Apr 2017 00:08:09 +0200 Subject: 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 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) -- cgit v1.2.3