summaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2015-05-16 22:16:23 +0200
committerAndreas Enge <andreas@enge.fr>2015-05-16 22:21:05 +0200
commitbaa941e69900709b59569f803432c20f17395ec4 (patch)
tree8facc169c8e6ecd6db7142158da6efbe702f3823 /gnu/packages/libreoffice.scm
parentb819182d072fcc9ba2936316a1e9fc064e503913 (diff)
downloadpatches-baa941e69900709b59569f803432c20f17395ec4.tar
patches-baa941e69900709b59569f803432c20f17395ec4.tar.gz
gnu: libwps: Propagate input.
* gnu/packages/libreoffice.scm (libwps): Move librevenge from 'inputs' to 'propagated-inputs'.
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 e9f0d3975d..183e6dc54e 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -553,9 +553,10 @@ spreadsheet documents.")
(native-inputs
`(("doxygen" ,doxygen)
("pkg-config" ,pkg-config)))
+ (propagated-inputs ; in Requires field of .pkg
+ `(("librevenge" ,librevenge)))
(inputs
`(("boost" ,boost)
- ("librevenge" ,librevenge)
("zlib" ,zlib)))
(arguments
;; avoid triggering configure errors by simple inclusion of boost headers