gnu: libpinyin: Adjust indentation.

* gnu/packages/ibus.scm (libpinyin)[arguments]: Adjust indentation.
master
Ricardo Wurmus 2017-04-22 00:08:09 +02:00
parent 31e619385a
commit 49d49b69f8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 5 deletions

View File

@ -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)