diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-08-22 16:55:17 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-22 17:04:44 +0200 |
| commit | 48ebca59b27c8cf684ccf042169b8ed9d5d0a336 (patch) | |
| tree | e2ca4b81f958906f04e9d5c2a26c7597c66ac8e1 | |
| parent | 735b6dd02db2534e4f5a41d6142c3508f02cbf85 (diff) | |
gnu: Remove fcitx-configtool.
* gnu/packages/fcitx.scm (fcitx-configtool): Delete variable.
Change-Id: I1e3a1788e2c39f0b2588d60d4b6753af7d0c39d4
| -rw-r--r-- | gnu/packages/fcitx.scm | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/gnu/packages/fcitx.scm b/gnu/packages/fcitx.scm index 11bf73610c..9565cfafa0 100644 --- a/gnu/packages/fcitx.scm +++ b/gnu/packages/fcitx.scm @@ -219,38 +219,3 @@ Pinyin, Quwei and some table-based (Wubi, Cangjie, Erbi, etc.) input methods built-in.") (license gpl2+))) -(define-public fcitx-configtool - (package - (name "fcitx-configtool") - (version "0.4.10") - (source (origin - (method url-fetch) - (uri (string-append "https://download.fcitx-im.org/fcitx-configtool/" - "fcitx-configtool-" version ".tar.xz")) - (sha256 - (base32 - "1yyi9jhkwn49lx9a47k1zbvwgazv4y4z72gnqgzdpgdzfrlrgi5w")))) - (build-system cmake-build-system) - (arguments - `(#:configure-flags - (list "-DENABLE_GTK2=ON" - "-DENABLE_GTK3=ON") - #:tests? #f)) ; No tests. - (native-inputs - `(("glib:bin" ,glib "bin") - ("pkg-config" ,pkg-config))) - (inputs - `(("fcitx" ,fcitx) - ("dbus-glib" ,dbus-glib) - ("gettext" ,gettext-minimal) - ("gtk2" ,gtk+-2) - ("gtk3" ,gtk+) - ("iso-codes" ,iso-codes/pinned))) - (home-page "https://fcitx-im.org/wiki/Configtool") - (synopsis "Graphic Fcitx configuration tool") - (description - "Fcitx is an input method framework with extension support. It has -Pinyin, Quwei and some table-based (Wubi, Cangjie, Erbi, etc.) input methods -built-in. This package provides GTK version of the graphic configuration -tool of Fcitx.") - (license gpl2+))) |
