gnu: libodfgen: Propagate input.

* gnu/packages/libreoffice.scm (libodfgen): Move librevenge from 'inputs'
  to 'propagated-inputs'.
This commit is contained in:
Andreas Enge 2015-05-16 22:08:32 +02:00
parent a3be6b8bb0
commit 3b5199b3d7

View file

@ -492,9 +492,10 @@ (define-public libodfgen
(native-inputs
`(("doxygen" ,doxygen)
("pkg-config" ,pkg-config)))
(propagated-inputs ; in Requires field of .pkg
`(("librevenge" ,librevenge)))
(inputs
`(("boost" ,boost)
("librevenge" ,librevenge)
("zlib" ,zlib)))
(arguments
;; avoid triggering configure errors by simple inclusion of boost headers