mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: libmwaw: Propagate input.
* gnu/packages/libreoffice.scm (libmwaw): Move librevenge from 'inputs' to 'propagated-inputs'.
This commit is contained in:
parent
3b5199b3d7
commit
b819182d07
1 changed files with 2 additions and 1 deletions
|
@ -523,9 +523,10 @@ (define-public libmwaw
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue