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
1 changed files with 2 additions and 1 deletions
|
@ -553,9 +553,10 @@ spreadsheet documents.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("doxygen" ,doxygen)
|
`(("doxygen" ,doxygen)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
|
(propagated-inputs ; in Requires field of .pkg
|
||||||
|
`(("librevenge" ,librevenge)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("librevenge" ,librevenge)
|
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(arguments
|
(arguments
|
||||||
;; avoid triggering configure errors by simple inclusion of boost headers
|
;; avoid triggering configure errors by simple inclusion of boost headers
|
||||||
|
|
Reference in a new issue