gnu: fcitx5-configtool: Fix indentation.
* gnu/packages/fcitx5.scm(fcitx5-configtool): Fix indentation. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
5bf1e85622
commit
441b93cef7
1 changed files with 35 additions and 35 deletions
|
@ -342,42 +342,42 @@ including input methods previous bundled inside Fcitx 4:
|
||||||
|
|
||||||
(define-public fcitx5-configtool
|
(define-public fcitx5-configtool
|
||||||
(package
|
(package
|
||||||
(name "fcitx5-configtool")
|
(name "fcitx5-configtool")
|
||||||
(version "5.0.1")
|
(version "5.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://download.fcitx-im.org/fcitx5"
|
"https://download.fcitx-im.org/fcitx5"
|
||||||
"/fcitx5-configtool/fcitx5-configtool-" version ".tar.xz"))
|
"/fcitx5-configtool/fcitx5-configtool-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mrqhzvab41hkvhkz7vkb8d2mv5bgx4aqp9jpz4kf3kskwm1q14b"))))
|
(base32 "0mrqhzvab41hkvhkz7vkb8d2mv5bgx4aqp9jpz4kf3kskwm1q14b"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
;; KDE is currently not working on Guix, KCM supports doesn't make sense.
|
;; KDE is currently not working on Guix, KCM supports doesn't make sense.
|
||||||
'("-DENABLE_KCM=Off")))
|
'("-DENABLE_KCM=Off")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("fcitx5" ,fcitx5)
|
`(("fcitx5" ,fcitx5)
|
||||||
("fcitx5-qt" ,fcitx5-qt)
|
("fcitx5-qt" ,fcitx5-qt)
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase)
|
||||||
("qtx11extras" ,qtx11extras)
|
("qtx11extras" ,qtx11extras)
|
||||||
("kitemviews" ,kitemviews)
|
("kitemviews" ,kitemviews)
|
||||||
("kwidgetsaddons" ,kwidgetsaddons)
|
("kwidgetsaddons" ,kwidgetsaddons)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
("xkeyboard-config" ,xkeyboard-config)
|
("xkeyboard-config" ,xkeyboard-config)
|
||||||
("libxkbfile" ,libxkbfile)
|
("libxkbfile" ,libxkbfile)
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
("iso-codes" ,iso-codes)))
|
("iso-codes" ,iso-codes)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gcc" ,gcc-9)
|
`(("gcc" ,gcc-9)
|
||||||
("extra-cmake-modules" ,extra-cmake-modules)
|
("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://github.com/fcitx/fcitx5-configtool")
|
(home-page "https://github.com/fcitx/fcitx5-configtool")
|
||||||
(synopsis "Graphical configuration tool for Fcitx 5")
|
(synopsis "Graphical configuration tool for Fcitx 5")
|
||||||
(description "Fcitx5-configtool is a graphical configuration tool
|
(description "Fcitx5-configtool is a graphical configuration tool
|
||||||
to manage different input methods in Fcitx 5.")
|
to manage different input methods in Fcitx 5.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public fcitx5-material-color-theme
|
(define-public fcitx5-material-color-theme
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue