gnu: libmwaw: Propagate input.

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

View File

@ -523,9 +523,10 @@ text documents, vector drawings, presentations and spreadsheets.")
(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