gnu: libwps: Propagate input.

* gnu/packages/libreoffice.scm (libwps): Move librevenge from 'inputs'
  to 'propagated-inputs'.
master
Andreas Enge 2015-05-16 22:16:23 +02:00
parent b819182d07
commit baa941e699
1 changed files with 2 additions and 1 deletions

View File

@ -553,9 +553,10 @@ spreadsheet documents.")
(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