1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: fcitx5-lua: Update to 5.0.14.

* gnu/packages/fcitx5.scm (fcitx5-lua): Update to 5.0.14.
[inputs]: Remove libpthread-stubs.

Change-Id: I99cce203ffad4ccd7faa2e590b8cc611b606b0d0
This commit is contained in:
宋文武
2025-02-11 12:29:06 +08:00
parent eb1a3d9ee5
commit 59be8fa610

View File

@@ -145,22 +145,22 @@ client.")
(define-public fcitx5-lua
(package
(name "fcitx5-lua")
(version "5.0.12")
(version "5.0.14")
(source
(origin
(method url-fetch)
(uri (string-append
"https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-"
version ".tar.xz"))
version ".tar.zst"))
(sha256
(base32 "00kh0qzpzkfsnfh55lrpjpi5zs82vwpc9pb1n6f61gpgpiqxh7z4"))))
(base32 "0lmw62pd8x5ys8ci0dz43pw8q8401zjcfs24gjslbljhc4aqnp9r"))))
(build-system cmake-build-system)
(arguments
(list
#:configure-flags
#~(list "-DUSE_DLOPEN=OFF")))
(inputs
(list fcitx5 lua gettext-minimal libpthread-stubs))
(list fcitx5 lua gettext-minimal))
(native-inputs
(list extra-cmake-modules))
(home-page "https://github.com/fcitx/fcitx5-lua")