diff options
author | Andreas Enge <andreas@enge.fr> | 2015-05-16 22:06:22 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-05-16 22:21:04 +0200 |
commit | a3be6b8bb00b30eb657b9b4b185977468d8b4bcf (patch) | |
tree | dc3a168be03d6d0b51cbf6be9a31bd09b7dd4436 /gnu | |
parent | 86d648ea97a1207809ba006b5a3e89fb00055699 (diff) | |
download | patches-a3be6b8bb00b30eb657b9b4b185977468d8b4bcf.tar patches-a3be6b8bb00b30eb657b9b4b185977468d8b4bcf.tar.gz |
gnu: libvisio: Propagate inputs.
* gnu/packages/libreoffice.scm (libvisio): Move icu4c, librevenge and
libxml2 from 'inputs' to 'propagated-inputs'.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/libreoffice.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 4b81f59f1e..2192259612 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -461,11 +461,12 @@ created by PageMaker version 6.x and 7.") ("gperf" ,gperf) ("perl" ,perl) ("pkg-config" ,pkg-config))) - (inputs - `(("boost" ,boost) - ("icu4c" ,icu4c) + (propagated-inputs ; in Requires or Requires.private field of .pkg + `(("icu4c" ,icu4c) ("librevenge" ,librevenge) ("libxml2" ,libxml2))) + (inputs + `(("boost" ,boost))) ;; FIXME: Not needed any more for newer version 0.1.1. (arguments ;; avoid triggering a build failure due to warnings |