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/local.mk | |
parent | 4266df5cf847badc1bc929dc09b57f946e57c04e (diff) | |
download | guix-1743172cdb420aafb2b417ee588e6d1bc66eebab.tar guix-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/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index c58eec7bad..20b213c5fb 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -880,6 +880,7 @@ dist_patch_DATA = \ %D%/packages/patches/libmygpo-qt-fix-qt-5.11.patch \ %D%/packages/patches/libmygpo-qt-missing-qt5-modules.patch \ %D%/packages/patches/libreoffice-icu.patch \ + %D%/packages/patches/libreoffice-glm.patch \ %D%/packages/patches/libsndfile-armhf-type-checks.patch \ %D%/packages/patches/libsndfile-CVE-2017-8361-8363-8365.patch \ %D%/packages/patches/libsndfile-CVE-2017-8362.patch \ |