~ruther/guix-local

57080fea86027c085997b6e320f6777ee9edd495 — Andreas Enge 11 years ago f678913
gnu: libabw: Propagate inputs.

* gnu/packages/libreoffice.scm (libabw): Move librevenge and libxml2 from
  'inputs' to 'propagated-inputs'.
1 files changed, 4 insertions(+), 3 deletions(-)

M gnu/packages/libreoffice.scm
M gnu/packages/libreoffice.scm => gnu/packages/libreoffice.scm +4 -3
@@ 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")))