summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-07-29 21:31:55 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-07-29 21:31:55 +0200
commit1743172cdb420aafb2b417ee588e6d1bc66eebab (patch)
tree210dabc200aad8a69cfeb69e4aebbb81a694b823 /gnu/packages/libreoffice.scm
parent4266df5cf847badc1bc929dc09b57f946e57c04e (diff)
downloadguix-patches-1743172cdb420aafb2b417ee588e6d1bc66eebab.tar
guix-patches-1743172cdb420aafb2b417ee588e6d1bc66eebab.tar.gz
gnu: libreoffice: Fix build with newer GLM.
* gnu/packages/patches/libreoffice-glm.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/libreoffice.scm (libreoffice)[source](patches): Add it.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r--gnu/packages/libreoffice.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index a624a67e58..0fa04bdec7 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -907,7 +907,8 @@ converting QuarkXPress file format. It supports versions 3.1 to 4.1.")
(sha256
(base32
"0vnmb231hyhxm7klaqd8vp3rmvix145bq8iqzv19jgl1yaqkxl21"))
- (patches (search-patches "libreoffice-icu.patch"))))
+ (patches (search-patches "libreoffice-icu.patch"
+ "libreoffice-glm.patch"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)