gnu: libcdr: Propagate inputs.

* gnu/packages/libreoffice.scm (libcdr): Move icu4c, lcms, librevenge and
  zlib from 'inputs' to 'propagated-inputs'.
This commit is contained in:
Andreas Enge 2015-05-16 21:54:02 +02:00
parent 57080fea86
commit 269194c3c0

View file

@ -296,12 +296,13 @@ (define-public libcdr
(native-inputs (native-inputs
`(("doxygen" ,doxygen) `(("doxygen" ,doxygen)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (propagated-inputs ; in Requires or Requires.private field of .pkg
`(("boost" ,boost) `(("icu4c" ,icu4c)
("icu4c" ,icu4c)
("lcms" ,lcms) ("lcms" ,lcms)
("librevenge" ,librevenge) ("librevenge" ,librevenge)
("zlib" ,zlib))) ("zlib" ,zlib)))
(inputs
`(("boost" ,boost)))
(arguments (arguments
;; avoid triggering a build failure due to warnings ;; avoid triggering a build failure due to warnings
`(#:configure-flags '("--disable-werror"))) `(#:configure-flags '("--disable-werror")))