me
/
guix
Archived
1
0
Fork 0

gnu: librime: Update to 1.5.3.

* gnu/packages/ibus.scm (librime): Update to 1.5.3.
[arguments]: Add <#:configure-flags>.
master
Marius Bakke 2019-07-19 15:01:40 +02:00
parent 65db770833
commit ca49d73225
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 5 additions and 3 deletions

View File

@ -305,7 +305,7 @@ Japanese language input in most graphical applications.")
(define-public librime (define-public librime
(package (package
(name "librime") (name "librime")
(version "1.4.0") (version "1.5.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -315,7 +315,7 @@ Japanese language input in most graphical applications.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1zkx1wfbd94v55gfycyd2b94jxclfyk2zl7yw35pyjx63qdlb6sd")) "0xskhdhk7dgpc71r39pfzxi5vrlzy90aqj1gzv8nnapq91p2awhv"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -325,7 +325,9 @@ Japanese language input in most graphical applications.")
#t)))) #t))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:phases '(;; XXX: Work around <https://bugs.gnu.org/36721>.
#:configure-flags '("-DBoost_NO_BOOST_CMAKE=ON")
#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'patch-source (add-after 'unpack 'patch-source
(lambda _ (lambda _