diff options
author | Andreas Enge <andreas@enge.fr> | 2015-05-16 22:13:41 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-05-16 22:21:04 +0200 |
commit | b819182d072fcc9ba2936316a1e9fc064e503913 (patch) | |
tree | a5019b5bbeee4ea2a0023daa501e7102ddc61fe6 | |
parent | 3b5199b3d75b3b8303b4e4f4a138ead218ecd106 (diff) | |
download | patches-b819182d072fcc9ba2936316a1e9fc064e503913.tar patches-b819182d072fcc9ba2936316a1e9fc064e503913.tar.gz |
gnu: libmwaw: Propagate input.
* gnu/packages/libreoffice.scm (libmwaw): Move librevenge from 'inputs'
to 'propagated-inputs'.
-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 a1c508cdaa..e9f0d3975d 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -523,9 +523,10 @@ text documents, vector drawings, presentations and spreadsheets.") (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 |