gnu: libe-book: Propagate inputs.

* gnu/packages/libreoffice.scm (libe-book): Move icu4c, librevenge and
  libxml2 from 'inputs' to 'propagated-inputs'.
This commit is contained in:
Andreas Enge 2015-05-16 21:31:12 +02:00
parent b7e71faaf7
commit 933c390ca7
1 changed files with 6 additions and 4 deletions

View File

@ -163,10 +163,12 @@ into other word processors.")
`(("cppunit" ,cppunit) `(("cppunit" ,cppunit)
("gperf" ,gperf) ("gperf" ,gperf)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs `(("boost" ,boost) (propagated-inputs ; in Requires or Requires.private field of .pkg
("icu4c" ,icu4c) `(("icu4c" ,icu4c)
("librevenge" ,librevenge) ("librevenge" ,librevenge)
("libxml2" ,libxml2))) ("libxml2" ,libxml2)))
(inputs
`(("boost" ,boost)))
(arguments (arguments
;; avoid triggering configure errors by simple inclusion of boost headers ;; avoid triggering configure errors by simple inclusion of boost headers
`(#:configure-flags '("--disable-werror"))) `(#:configure-flags '("--disable-werror")))