gnu: libwps: Propagate input.
* gnu/packages/libreoffice.scm (libwps): Move librevenge from 'inputs' to 'propagated-inputs'.
This commit is contained in:
parent
b819182d07
commit
baa941e699
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue