summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-02-02 18:53:02 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-02-02 20:10:18 +0100
commit85765054221de172049eeec5676da139212916a2 (patch)
treedcb17a31ac2a83bd138095da8566eabd953cefb5 /gnu/packages/libreoffice.scm
parent0747328e317de4bf936fab50e795d1e1523adfc1 (diff)
downloadguix-patches-85765054221de172049eeec5676da139212916a2.tar
guix-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.scm3
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