diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-29 21:31:55 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-29 21:31:55 +0200 |
commit | 1743172cdb420aafb2b417ee588e6d1bc66eebab (patch) | |
tree | 210dabc200aad8a69cfeb69e4aebbb81a694b823 /gnu/packages/libreoffice.scm | |
parent | 4266df5cf847badc1bc929dc09b57f946e57c04e (diff) | |
download | patches-1743172cdb420aafb2b417ee588e6d1bc66eebab.tar 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.scm | 3 |
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) |