mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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 @@ (define-public fcitx5
|
|||
(define-public fcitx5-lua
|
||||
(package
|
||||
(name "fcitx5-lua")
|
||||
(version "5.0.5")
|
||||
(version "5.0.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -154,8 +154,12 @@ (define-public fcitx5-lua
|
|||
"https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0f3raxzkq0nwdfpc9hxvg65vga09gznjjgy9dr6jlkamzx8zlyw9"))))
|
||||
(base32 "13vh6i7pap3h9jrjri3cfi7pcjwhlkw9g24ibfh0aykdhd8d7p99"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list "-DUSE_DLOPEN=OFF")))
|
||||
(inputs
|
||||
(list fcitx5 lua gettext-minimal libpthread-stubs))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue