mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: libreoffice: Update to 6.3.3.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.3.3.2. [inputs]: Add gnupg, gobject-introspection. [arguments]: Remove deprecated '--enable-verbose' configure flag.
This commit is contained in:
parent
6330db4d55
commit
4e64eca4ec
1 changed files with 4 additions and 3 deletions
|
@ -929,7 +929,7 @@ (define-public libqxp
|
|||
(define-public libreoffice
|
||||
(package
|
||||
(name "libreoffice")
|
||||
(version "6.2.8.2")
|
||||
(version "6.3.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -939,7 +939,7 @@ (define-public libreoffice
|
|||
(version-prefix version 3) "/libreoffice-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1npxyj0hklls3jnaxx9kj3r6bgydgrbz6nacy05n0zhq8i6zb5ir"))
|
||||
"1kz5950vhjc33rx7pyl5sw9lxxm90hxrj7v8y86jy34skjrfa3nl"))
|
||||
(patches (search-patches "libreoffice-icu.patch"
|
||||
"libreoffice-glm.patch"))
|
||||
(modules '((guix build utils)))
|
||||
|
@ -969,6 +969,8 @@ (define-public libreoffice
|
|||
("gconf" ,gconf)
|
||||
("glew" ,glew)
|
||||
("glm" ,glm)
|
||||
("gnupg" ,gnupg)
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("gperf" ,gperf)
|
||||
("gpgme" ,gpgme)
|
||||
("graphite2" ,graphite2)
|
||||
|
@ -1112,7 +1114,6 @@ (define (install-appdata app)
|
|||
#:configure-flags
|
||||
(list
|
||||
"--enable-release-build"
|
||||
"--enable-verbose"
|
||||
;; Avoid using all cpu cores by default
|
||||
(format #f "--with-parallelism=~d" (parallel-job-count))
|
||||
"--disable-fetch-external" ; disable downloads
|
||||
|
|
Loading…
Reference in a new issue