gnu: libe-book: Propagate inputs.

* gnu/packages/libreoffice.scm (libe-book): Move icu4c, librevenge and
  libxml2 from 'inputs' to 'propagated-inputs'.
master
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)
("gperf" ,gperf)
("pkg-config" ,pkg-config)))
(inputs `(("boost" ,boost)
("icu4c" ,icu4c)
("librevenge" ,librevenge)
("libxml2" ,libxml2)))
(propagated-inputs ; in Requires or Requires.private field of .pkg
`(("icu4c" ,icu4c)
("librevenge" ,librevenge)
("libxml2" ,libxml2)))
(inputs
`(("boost" ,boost)))
(arguments
;; avoid triggering configure errors by simple inclusion of boost headers
`(#:configure-flags '("--disable-werror")))