gnu: fcitx5-lua: Update to 5.0.10.
* gnu/packages/fcitx5.scm (fcitx5-lua): Update to 5.0.10. [arguments]: Pass "-DUSE_DLOPEN=OFF" to cmake.
This commit is contained in:
parent
e1be74b748
commit
06db86ec4e
1 changed files with 6 additions and 2 deletions
|
@ -146,7 +146,7 @@ client.")
|
||||||
(define-public fcitx5-lua
|
(define-public fcitx5-lua
|
||||||
(package
|
(package
|
||||||
(name "fcitx5-lua")
|
(name "fcitx5-lua")
|
||||||
(version "5.0.5")
|
(version "5.0.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -154,8 +154,12 @@ client.")
|
||||||
"https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-"
|
"https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0f3raxzkq0nwdfpc9hxvg65vga09gznjjgy9dr6jlkamzx8zlyw9"))))
|
(base32 "13vh6i7pap3h9jrjri3cfi7pcjwhlkw9g24ibfh0aykdhd8d7p99"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:configure-flags
|
||||||
|
#~(list "-DUSE_DLOPEN=OFF")))
|
||||||
(inputs
|
(inputs
|
||||||
(list fcitx5 lua gettext-minimal libpthread-stubs))
|
(list fcitx5 lua gettext-minimal libpthread-stubs))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue