gnu: libabw: Propagate inputs.

* gnu/packages/libreoffice.scm (libabw): Move librevenge and libxml2 from
  'inputs' to 'propagated-inputs'.
This commit is contained in:
Andreas Enge 2015-05-16 21:50:00 +02:00
parent f678913cfe
commit 57080fea86
1 changed files with 4 additions and 3 deletions

View File

@ -267,10 +267,11 @@ as Alfresco or Nuxeo.")
("gperf" ,gperf)
("perl" ,perl)
("pkg-config" ,pkg-config)))
(inputs
`(("boost" ,boost)
("librevenge" ,librevenge)
(propagated-inputs ; in Requires or Requires.private field of .pkg
`(("librevenge" ,librevenge)
("libxml2" ,libxml2)))
(inputs
`(("boost" ,boost)))
(arguments
;; avoid triggering configure errors by simple inclusion of boost headers
`(#:configure-flags '("--disable-werror")))