diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-02-02 18:53:02 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-02-02 20:10:18 +0100 |
commit | 85765054221de172049eeec5676da139212916a2 (patch) | |
tree | dcb17a31ac2a83bd138095da8566eabd953cefb5 /gnu/packages/libreoffice.scm | |
parent | 0747328e317de4bf936fab50e795d1e1523adfc1 (diff) | |
download | patches-85765054221de172049eeec5676da139212916a2.tar patches-85765054221de172049eeec5676da139212916a2.tar.gz |
gnu: libreoffice: Fix FTBFS with Boost 1.69.0.
* gnu/packages/patches/libreoffice-boost.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* 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 2824d87fc6..b047c34a0b 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -997,7 +997,8 @@ converting QuarkXPress file format. It supports versions 3.1 to 4.1.") (sha256 (base32 "1dsd0gynjf7d6412dd2sx70xa2s8kld7ibyjdkwg5w9hhi2zxw2f")))) - (search-patches "libreoffice-icu.patch" + (search-patches "libreoffice-boost.patch" + "libreoffice-icu.patch" "libreoffice-glm.patch"))) (modules '((guix build utils))) (snippet |