gnu: libodfgen: Propagate input.

* gnu/packages/libreoffice.scm (libodfgen): Move librevenge from 'inputs'
  to 'propagated-inputs'.
master
Andreas Enge 2015-05-16 22:08:32 +02:00
parent a3be6b8bb0
commit 3b5199b3d7
1 changed files with 2 additions and 1 deletions

View File

@ -492,9 +492,10 @@ Microsoft Visio documents of all versions.")
(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